Class: Aws::LambdaPreview::Types::ListFunctionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::ListFunctionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Optional string.
-
#max_items ⇒ Integer
Optional integer.
Instance Attribute Details
#marker ⇒ String
Optional string. An opaque pagination token returned from a previous ‘ListFunctions` operation. If present, indicates where to continue the listing.
422 423 424 425 426 427 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 422 class ListFunctionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.
422 423 424 425 426 427 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 422 class ListFunctionsRequest < Struct.new( :marker, :max_items) SENSITIVE = [] include Aws::Structure end |