Class: Aws::ECS::Types::DescribeContainerInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DescribeContainerInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_instances ⇒ Array<Types::ContainerInstance>
The list of container instances.
-
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
Instance Attribute Details
#container_instances ⇒ Array<Types::ContainerInstance>
The list of container instances.
4266 4267 4268 4269 4270 4271 |
# File 'lib/aws-sdk-ecs/types.rb', line 4266 class DescribeContainerInstancesResponse < Struct.new( :container_instances, :failures) SENSITIVE = [] include Aws::Structure end |
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
4266 4267 4268 4269 4270 4271 |
# File 'lib/aws-sdk-ecs/types.rb', line 4266 class DescribeContainerInstancesResponse < Struct.new( :container_instances, :failures) SENSITIVE = [] include Aws::Structure end |