Class: Aws::SSM::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-ssm/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.
Instance Attribute Details
#policy_hash ⇒ String
ID of the current policy version.
16408 16409 16410 16411 16412 16413 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16408 class PutResourcePolicyResponse < Struct.new( :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The policy ID. To update a policy, you must specify PolicyId and
PolicyHash.
16408 16409 16410 16411 16412 16413 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16408 class PutResourcePolicyResponse < Struct.new( :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |