Class: Aws::Resiliencehubv2::Types::DeletePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeletePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
ARN identifier.
Instance Attribute Details
#policy_arn ⇒ String
ARN identifier.
864 865 866 867 868 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 864 class DeletePolicyResponse < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |