class Aws::ResilienceHub::Types::UpdateAppRequest

@note When making an API call, you may pass UpdateAppRequest

data as a hash:

    {
      app_arn: "Arn", # required
      clear_resiliency_policy_arn: false,
      description: "EntityDescription",
      policy_arn: "Arn",
    }

@!attribute [rw] app_arn

The Amazon Resource Name (ARN) of the application. The format for
this ARN is:
arn:`partition`\:dcps:`region`\:`account`\:app/`app-id`. For more
information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
the *AWS General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] clear_resiliency_policy_arn

Specifies if the resiliency policy ARN should be cleared.
@return [Boolean]

@!attribute [rw] description

The optional description for an app.
@return [String]

@!attribute [rw] policy_arn

The Amazon Resource Name (ARN) of the resiliency policy. The format
for this ARN is:
arn:`partition`\:dcps:`region`\:`account`\:resiliency-policy/`policy-id`.
For more information about ARNs, see [ Amazon Resource Names
(ARNs)][1] in the *AWS General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppRequest AWS API Documentation

Constants

SENSITIVE