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.



7883
7884
7885
7886
7887
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7883

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