Class: Aws::SSM::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PutResourcePolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A policy you want to associate with a resource.
-
#policy_hash ⇒ String
ID of the current policy version.
-
#policy_id ⇒ String
The policy ID.
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which you want to attach a policy.
Instance Attribute Details
#policy ⇒ String
A policy you want to associate with a resource.
15561 15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-ssm/types.rb', line 15561 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_hash ⇒ String
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
15561 15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-ssm/types.rb', line 15561 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The policy ID.
15561 15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-ssm/types.rb', line 15561 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which you want to attach a policy.
15561 15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-ssm/types.rb', line 15561 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |