Class: Aws::CloudHSMV2::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteResourcePolicyResponse
- Defined in:
- gems/aws-sdk-cloudhsmv2/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.
599 600 601 602 603 604 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 599 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.
599 600 601 602 603 604 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 599 class DeleteResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |