Class: Aws::ECS::Types::DeleteClusterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

The full description of the deleted cluster.

Returns:



3343
3344
3345
3346
3347
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 3343

class DeleteClusterResponse < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end