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