Class: Aws::ECS::Types::PutClusterCapacityProvidersResponse

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:



7738
7739
7740
7741
7742
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7738

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