class
Amazonite::Lambda::ListCodeSigningConfigsRequest
- Amazonite::Lambda::ListCodeSigningConfigsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_code_signing_configs_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(marker : String | Nil = nil, max_items : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#marker : String | Nil
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#marker=(marker : String | Nil)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#max_items : Int32 | Nil
Maximum number of items to return.
-
#max_items=(max_items : Int32 | Nil)
Maximum number of items to return.
- #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 marker : String | Nil
#
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
def marker=(marker : String | Nil)
#
Specify the pagination token that's returned by a previous request to retrieve the next page of results.