Class: Aws::ECS::Types::DescribeCapacityProvidersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_providersArray<Types::CapacityProvider>

The list of capacity providers.

Returns:



4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4065

class DescribeCapacityProvidersResponse < Struct.new(
  :capacity_providers,
  :failures,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#failuresArray<Types::Failure>

Any failures associated with the call.

Returns:



4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4065

class DescribeCapacityProvidersResponse < Struct.new(
  :capacity_providers,
  :failures,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


4065
4066
4067
4068
4069
4070
4071
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4065

class DescribeCapacityProvidersResponse < Struct.new(
  :capacity_providers,
  :failures,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end