Class: Aws::CloudHSMV2::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::PutResourcePolicyResponse
- 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.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which a policy is attached.
Instance Attribute Details
#policy ⇒ String
The policy attached to a resource.
1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1097 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which a policy is attached.
1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 1097 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |