Class: Aws::Types::StopServiceDeploymentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_deployment_arn::String

Returns the value of attribute service_deployment_arn.

Returns:

  • (::String)


2523
2524
2525
# File 'sig/types.rbs', line 2523

def service_deployment_arn
  @service_deployment_arn
end

#stop_type"ABORT", "ROLLBACK"

Returns the value of attribute stop_type.

Returns:

  • ("ABORT", "ROLLBACK")


2524
2525
2526
# File 'sig/types.rbs', line 2524

def stop_type
  @stop_type
end