class
Amazonite::Ssm::PutResourcePolicyResponse
- Amazonite::Ssm::PutResourcePolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/put_resource_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(policy_id : String | Nil = nil, policy_hash : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_hash : String | Nil
ID of the current policy version.
-
#policy_hash=(policy_hash : String | Nil)
ID of the current policy version.
-
#policy_id : String | Nil
The policy ID.
-
#policy_id=(policy_id : String | Nil)
The policy ID.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def policy_id : String | Nil
#
The policy ID. To update a policy, you must specify PolicyId and PolicyHash.
def policy_id=(policy_id : String | Nil)
#
The policy ID. To update a policy, you must specify PolicyId and PolicyHash.