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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

The full description of the deleted cluster.

Returns:



2022
2023
2024
2025
# File 'lib/aws-sdk-ecs/types.rb', line 2022

class DeleteClusterResponse < Struct.new(
  :cluster)
  include Aws::Structure
end