Class: Aws::ECS::Types::UpdateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateClusterResponse
- Includes:
- Structure
- Defined in:
- 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.
13029 13030 13031 13032 13033 |
# File 'lib/aws-sdk-ecs/types.rb', line 13029 class UpdateClusterResponse < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |