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.



7939
7940
7941
7942
7943
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7939

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