Class: Aws::Resiliencehubv2::Types::DeletePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeletePolicyRequest
- 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.
852 853 854 855 856 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 852 class DeletePolicyRequest < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |