Class: Aws::ECS::Types::UpdateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateClusterResponse
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Details about the cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Details about the cluster.
13087 13088 13089 13090 13091 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 13087 class UpdateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |