Class: Aws::ECS::Types::CreateClusterResponse

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

The full description of your new cluster.

Returns:



2596
2597
2598
2599
2600
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2596

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