Class: Aws::ResilienceHub::Types::DeleteResiliencyPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteResiliencyPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
Amazon Resource Name (ARN) of the resiliency policy.
Instance Attribute Details
#policy_arn ⇒ String
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 *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2156 class DeleteResiliencyPolicyResponse < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |