Class: Aws::SSM::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteResourcePolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 the policies are attached.
Instance Attribute Details
#policy_hash ⇒ String
ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.
4387 4388 4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-ssm/types.rb', line 4387 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The policy ID.
4387 4388 4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-ssm/types.rb', line 4387 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource to which the policies are attached.
4387 4388 4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-ssm/types.rb', line 4387 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |