Class: Aws::ECS::Types::StopServiceDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 you want to stop.

Returns:

  • (String)


12527
12528
12529
12530
12531
12532
# File 'lib/aws-sdk-ecs/types.rb', line 12527

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

#stop_typeString

How you want Amazon ECS to stop the service.

The valid values are ‘ROLLBACK`.

Returns:

  • (String)


12527
12528
12529
12530
12531
12532
# File 'lib/aws-sdk-ecs/types.rb', line 12527

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