Class: Aws::ECS::Types::ContinueServiceDeploymentResponse

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

#service_deployment_arnString

The ARN of the service deployment that was continued or rolled back.

Returns:

  • (String)


2777
2778
2779
2780
2781
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 2777

class ContinueServiceDeploymentResponse < Struct.new(
  :service_deployment_arn)
  SENSITIVE = []
  include Aws::Structure
end