class
Amazonite::Lambda::ListFunctionsByCodeSigningConfigRequest
- Amazonite::Lambda::ListFunctionsByCodeSigningConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_functions_by_code_signing_config_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(code_signing_config_arn : String, 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. -
#code_signing_config_arn : String
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#code_signing_config_arn=(code_signing_config_arn : String)
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#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
Returns true if this reference is the same as other. Invokes same?.
The The Amazon Resource Name (ARN) of the code signing configuration.
The The Amazon Resource Name (ARN) of the code signing configuration.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.