Class: Aws::ECS::Types::DeleteClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteClusterResponse
- 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 the deleted cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
The full description of the deleted cluster.
3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-ecs/types.rb', line 3378 class DeleteClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |