class Amazonite::Lambda::ListCodeSigningConfigsResponse

Included Modules

Defined in:

lambda/list_code_signing_configs_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(next_marker : String | Nil = nil, code_signing_configs : Array(CodeSigningConfig) | 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 code_signing_configs : Array(CodeSigningConfig) | Nil #

The code signing configurations


[View source]
def code_signing_configs=(code_signing_configs : Array(CodeSigningConfig) | Nil) #

The code signing configurations


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_marker : String | Nil #

The pagination token that's included if more results are available.


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

The pagination token that's included if more results are available.


[View source]
def validate! : Nil #

[View source]