Class: Aws::ECS::Types::RegisterContainerInstanceResponse

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 was registered.



7687
7688
7689
7690
7691
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7687

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