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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_instanceTypes::ContainerInstance

The container instance that the container agent was updated for.



12072
12073
12074
12075
12076
# File 'lib/aws-sdk-ecs/types.rb', line 12072

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