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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#container_instanceTypes::ContainerInstance

The container instance that was registered.



4694
4695
4696
4697
# File 'lib/aws-sdk-ecs/types.rb', line 4694

class RegisterContainerInstanceResponse < Struct.new(
  :container_instance)
  include Aws::Structure
end