class Amazonite::Kms::GetKeyPolicyResponse

Included Modules

Defined in:

kms/get_key_policy_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 : String | Nil #

A key policy document in JSON format.


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

A key policy document in JSON format.


[View source]
def policy_name : String | Nil #

The name of the key policy. The only valid value is default.


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

The name of the key policy. The only valid value is default.


[View source]
def validate! : Nil #

[View source]