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)


2011
2012
2013
2014
# File 'lib/aws-sdk-ecs/types.rb', line 2011

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