Class: Aws::SSM::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PutResourcePolicyResponse
- 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.
Instance Attribute Details
#policy_hash ⇒ String
ID of the current policy version.
15581 15582 15583 15584 15585 15586 |
# File 'lib/aws-sdk-ssm/types.rb', line 15581 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`.
15581 15582 15583 15584 15585 15586 |
# File 'lib/aws-sdk-ssm/types.rb', line 15581 class PutResourcePolicyResponse < Struct.new( :policy_id, :policy_hash) SENSITIVE = [] include Aws::Structure end |