Class: Aws::ECS::Types::DeleteClusterRequest

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

Overview

Note:

When making an API call, you may pass DeleteClusterRequest data as a hash:

{
  cluster: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster to delete.

Returns:

  • (String)


1697
1698
1699
1700
# File 'lib/aws-sdk-ecs/types.rb', line 1697

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