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:



7759
7760
7761
7762
7763
# File 'lib/aws-sdk-ecs/types.rb', line 7759

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