Class: Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionVersionsByCapacityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_provider_name ⇒ String
The name of the capacity provider to list function versions for.
-
#marker ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
-
#max_items ⇒ Integer
The maximum number of function versions to return in the response.
Instance Attribute Details
#capacity_provider_name ⇒ String
The name of the capacity provider to list function versions for.
6530 6531 6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-lambda/types.rb', line 6530 class ListFunctionVersionsByCapacityProviderRequest < Struct.new( :capacity_provider_name, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
6530 6531 6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-lambda/types.rb', line 6530 class ListFunctionVersionsByCapacityProviderRequest < Struct.new( :capacity_provider_name, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of function versions to return in the response.
6530 6531 6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-lambda/types.rb', line 6530 class ListFunctionVersionsByCapacityProviderRequest < Struct.new( :capacity_provider_name, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |