Class: Aws::ECS::Types::UpdateContainerAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateContainerAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_instance ⇒ Types::ContainerInstance
The container instance that the container agent was updated for.
Instance Attribute Details
#container_instance ⇒ Types::ContainerInstance
The container instance that the container agent was updated for.
12077 12078 12079 12080 12081 |
# File 'lib/aws-sdk-ecs/types.rb', line 12077 class UpdateContainerAgentResponse < Struct.new( :container_instance) SENSITIVE = [] include Aws::Structure end |