Class: Aws::ResilienceHub::Types::UpdateAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateAppRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#assessment_schedule ⇒ String
Assessment execution schedule with 'Daily' or 'Disabled' values.
-
#clear_resiliency_policy_arn ⇒ Boolean
Specifies if the resiliency policy ARN should be cleared.
-
#description ⇒ String
The optional description for an app.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency policy.
Instance Attribute Details
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
The format for this ARN is:
arn:partition
:resiliencehub:region
:account
:app/app-id
. For
more information about ARNs, see Amazon Resource Names (ARNs)
in the AWS General Reference guide.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4953 class UpdateAppRequest < Struct.new( :app_arn, :assessment_schedule, :clear_resiliency_policy_arn, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#assessment_schedule ⇒ String
Assessment execution schedule with 'Daily' or 'Disabled' values.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4953 class UpdateAppRequest < Struct.new( :app_arn, :assessment_schedule, :clear_resiliency_policy_arn, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#clear_resiliency_policy_arn ⇒ Boolean
Specifies if the resiliency policy ARN should be cleared.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4953 class UpdateAppRequest < Struct.new( :app_arn, :assessment_schedule, :clear_resiliency_policy_arn, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for an app.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4953 class UpdateAppRequest < Struct.new( :app_arn, :assessment_schedule, :clear_resiliency_policy_arn, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resiliency policy. The format
for this ARN is:
arn:partition
:resiliencehub:region
:account
:resiliency-policy/policy-id
.
For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
4953 4954 4955 4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4953 class UpdateAppRequest < Struct.new( :app_arn, :assessment_schedule, :clear_resiliency_policy_arn, :description, :policy_arn) SENSITIVE = [] include Aws::Structure end |