Class: Aws::Lambda::Types::ListCapacityProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListCapacityProvidersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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 capacity providers to return.
-
#state ⇒ String
Filter capacity providers by their current state.
Instance Attribute Details
#marker ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-lambda/types.rb', line 6130 class ListCapacityProvidersRequest < Struct.new( :state, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of capacity providers to return.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-lambda/types.rb', line 6130 class ListCapacityProvidersRequest < Struct.new( :state, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Filter capacity providers by their current state.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-lambda/types.rb', line 6130 class ListCapacityProvidersRequest < Struct.new( :state, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |