Class: Aws::ECS::Types::UpdateContainerInstancesStateResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#container_instancesArray<Types::ContainerInstance>

The list of container instances.

Returns:



9783
9784
9785
9786
9787
# File 'lib/aws-sdk-ecs/types.rb', line 9783

class UpdateContainerInstancesStateResponse < Struct.new(
  :container_instances,
  :failures)
  include Aws::Structure
end

#failuresArray<Types::Failure>

Any failures associated with the call.

Returns:



9783
9784
9785
9786
9787
# File 'lib/aws-sdk-ecs/types.rb', line 9783

class UpdateContainerInstancesStateResponse < Struct.new(
  :container_instances,
  :failures)
  include Aws::Structure
end