Class: Aws::CloudHSMV2::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The policy previously attached to the resource.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource from which the policy was deleted.
Instance Attribute Details
#policy ⇒ String
The policy previously attached to the resource.
635 636 637 638 639 640 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 635 class DeleteResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource from which the policy was deleted.
635 636 637 638 639 640 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 635 class DeleteResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |