Class: Aws::ECS::Types::DescribeCapacityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeCapacityProvidersResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_providers ⇒ Array<Types::CapacityProvider>
The list of capacity providers.
-
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
-
#next_token ⇒ String
The
nextToken
value to include in a futureDescribeCapacityProviders
request.
Instance Attribute Details
#capacity_providers ⇒ Array<Types::CapacityProvider>
The list of capacity providers.
4019 4020 4021 4022 4023 4024 4025 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4019 class DescribeCapacityProvidersResponse < Struct.new( :capacity_providers, :failures, :next_token) SENSITIVE = [] include Aws::Structure end |
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
4019 4020 4021 4022 4023 4024 4025 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4019 class DescribeCapacityProvidersResponse < Struct.new( :capacity_providers, :failures, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
value to include in a future
DescribeCapacityProviders
request. When the results of a
DescribeCapacityProviders
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is
null
when there are no more results to return.
4019 4020 4021 4022 4023 4024 4025 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4019 class DescribeCapacityProvidersResponse < Struct.new( :capacity_providers, :failures, :next_token) SENSITIVE = [] include Aws::Structure end |