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.
6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-lambda/types.rb', line 6205 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.
6205 6206 6207 6208 6209 6210 |
# File 'lib/aws-sdk-lambda/types.rb', line 6205 class ListCapacityProvidersResponse < Struct.new( :capacity_providers, :next_marker) SENSITIVE = [] include Aws::Structure end |