class
Amazonite::Lambda::ListProvisionedConcurrencyConfigsResponse
- Amazonite::Lambda::ListProvisionedConcurrencyConfigsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_provisioned_concurrency_configs_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil = nil, next_marker : String | 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) -
#next_marker : String | Nil
The pagination token that's included if more results are available.
-
#next_marker=(next_marker : String | Nil)
The pagination token that's included if more results are available.
-
#provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil
A list of provisioned concurrency configurations.
-
#provisioned_concurrency_configs=(provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil)
A list of provisioned concurrency configurations.
- #validate! : Nil
Constructor Detail
def self.new(provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil = nil, next_marker : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def next_marker : String | Nil
#
The pagination token that's included if more results are available.
def next_marker=(next_marker : String | Nil)
#
The pagination token that's included if more results are available.
def provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil
#
A list of provisioned concurrency configurations.
def provisioned_concurrency_configs=(provisioned_concurrency_configs : Array(ProvisionedConcurrencyConfigListItem) | Nil)
#
A list of provisioned concurrency configurations.