Class: Aws::CloudHSMV2::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::GetResourcePolicyResponse
- 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 attached to a resource.
Instance Attribute Details
#policy ⇒ String
The policy attached to a resource.
802 803 804 805 806 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 802 class GetResourcePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |