Class: Aws::ECS::Types::CreateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::CreateClusterResponse
- Defined in:
- gems/aws-sdk-ecs/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.
2575 2576 2577 2578 2579 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2575 class CreateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |