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:



7724
7725
7726
7727
7728
# File 'lib/aws-sdk-ecs/types.rb', line 7724

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