Class: Aws::Types::ContinueServiceDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ROLLBACK", "CONTINUE"

Returns the value of attribute action.

Returns:

  • ("ROLLBACK", "CONTINUE")


354
355
356
# File 'sig/types.rbs', line 354

def action
  @action
end

#hook_id::String

Returns the value of attribute hook_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def hook_id
  @hook_id
end

#service_deployment_arn::String

Returns the value of attribute service_deployment_arn.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def service_deployment_arn
  @service_deployment_arn
end