Class: Aws::ECS::Types::DeregisterContainerInstanceResponse

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 deregistered.



2339
2340
2341
2342
# File 'lib/aws-sdk-ecs/types.rb', line 2339

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