Class: Aws::ECS::Types::DeregisterContainerInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeregisterContainerInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_instance ⇒ Types::ContainerInstance
The container instance that was deregistered.
Instance Attribute Details
#container_instance ⇒ Types::ContainerInstance
The container instance that was deregistered.
4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-ecs/types.rb', line 4061 class DeregisterContainerInstanceResponse < Struct.new( :container_instance) SENSITIVE = [] include Aws::Structure end |