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.



4645
4646
4647
4648
# File 'lib/aws-sdk-ecs/types.rb', line 4645

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