Class: Aws::CloudHSMV2::Types::GetResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::GetResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which a policy is attached.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which a policy is attached.
790 791 792 793 794 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 790 class GetResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |