Class: Aws::ECS::Types::UpdateClusterResponse

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

Details about the cluster.

Returns:



15814
15815
15816
15817
15818
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 15814

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