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.
4488 4489 4490 4491 4492 4493 4494 |
# File 'lib/aws-sdk-ssm/types.rb', line 4488 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The policy ID.
4488 4489 4490 4491 4492 4493 4494 |
# File 'lib/aws-sdk-ssm/types.rb', line 4488 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.
4488 4489 4490 4491 4492 4493 4494 |
# File 'lib/aws-sdk-ssm/types.rb', line 4488 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |