Class: Aws::Lambda::Types::ListCapacityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListCapacityProvidersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_providers ⇒ Array<Types::CapacityProvider>
A list of capacity providers in your account.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#capacity_providers ⇒ Array<Types::CapacityProvider>
A list of capacity providers in your account.
6148 6149 6150 6151 6152 6153 |
# File 'lib/aws-sdk-lambda/types.rb', line 6148 class ListCapacityProvidersResponse < Struct.new( :capacity_providers, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
The pagination token that’s included if more results are available.
6148 6149 6150 6151 6152 6153 |
# File 'lib/aws-sdk-lambda/types.rb', line 6148 class ListCapacityProvidersResponse < Struct.new( :capacity_providers, :next_marker) SENSITIVE = [] include Aws::Structure end |