Class: Aws::ECS::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
The full description of your new cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of your new cluster.
2591 2592 2593 2594 2595 |
# File 'lib/aws-sdk-ecs/types.rb', line 2591 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |