Class: Aws::ECS::Types::UpdateContainerAgentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#container_instanceTypes::ContainerInstance

The container instance for which the container agent was updated.



5615
5616
5617
5618
# File 'lib/aws-sdk-ecs/types.rb', line 5615

class UpdateContainerAgentResponse < Struct.new(
  :container_instance)
  include Aws::Structure
end