class Amazonite::Ssm::PutResourcePolicyResponse

Included Modules

Defined in:

ssm/put_resource_policy_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(policy_id : String | Nil = nil, policy_hash : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_hash : String | Nil #

ID of the current policy version.


[View source]
def policy_hash=(policy_hash : String | Nil) #

ID of the current policy version.


[View source]
def policy_id : String | Nil #

The policy ID. To update a policy, you must specify PolicyId and PolicyHash.


[View source]
def policy_id=(policy_id : String | Nil) #

The policy ID. To update a policy, you must specify PolicyId and PolicyHash.


[View source]
def validate! : Nil #

[View source]