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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

The full description of your new cluster.

Returns:



1531
1532
1533
1534
# File 'lib/aws-sdk-ecs/types.rb', line 1531

class CreateClusterResponse < Struct.new(
  :cluster)
  include Aws::Structure
end