Class: Aws::ECS::Types::PutClusterCapacityProvidersResponse

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

#clusterTypes::Cluster

Details about the cluster.

Returns:



8265
8266
8267
8268
8269
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8265

class PutClusterCapacityProvidersResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end