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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12072

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