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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:


8333
8334
8335
8336
8337
# File 'lib/aws-sdk-ecs/types.rb', line 8333

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