Class: Aws::ECS::Types::DescribeServiceDeploymentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::Failure>

Any failures associated with the call.

If you decsribe a deployment with a service revision created before October 25, 2024, the call fails. The failure includes the service revision ARN and the reason set to MISSING.

Returns:



4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4344

class DescribeServiceDeploymentsResponse < Struct.new(
  :service_deployments,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#service_deploymentsArray<Types::ServiceDeployment>

The list of service deployments described.

Returns:



4344
4345
4346
4347
4348
4349
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4344

class DescribeServiceDeploymentsResponse < Struct.new(
  :service_deployments,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end