Class: Aws::CloudHSMV2::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1055 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.
1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1055 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |