class Amazonite::Lambda::RemoveLayerVersionPermissionRequest

Included Modules

Defined in:

lambda/remove_layer_version_permission_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(layer_name : String, version_number : Int64, statement_id : String, revision_id : String | Nil = nil) #

[View source]
def self.new(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 layer_name : String #

The name or Amazon Resource Name (ARN) of the layer.


[View source]
def layer_name=(layer_name : String) #

The name or Amazon Resource Name (ARN) of the layer.


[View source]
def revision_id : String | Nil #

Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.


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

Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.


[View source]
def statement_id : String #

The identifier that was specified when the statement was added.


[View source]
def statement_id=(statement_id : String) #

The identifier that was specified when the statement was added.


[View source]
def validate! : Nil #

[View source]
def version_number : Int64 #

The version number.


[View source]
def version_number=(version_number : Int64) #

The version number.


[View source]