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:



2584
2585
2586
2587
2588
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2584

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