Class: Aws::Types::DeploymentLifecycleHookDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


920
921
922
# File 'sig/types.rbs', line 920

def expires_at
  @expires_at
end

#hook_id::String

Returns the value of attribute hook_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def hook_id
  @hook_id
end

#status"AWAITING_ACTION", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_ACTION", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT")


919
920
921
# File 'sig/types.rbs', line 919

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def target_arn
  @target_arn
end

#target_type"AWS_LAMBDA", "PAUSE"

Returns the value of attribute target_type.

Returns:

  • ("AWS_LAMBDA", "PAUSE")


917
918
919
# File 'sig/types.rbs', line 917

def target_type
  @target_type
end

#timeout_action"ROLLBACK", "CONTINUE"

Returns the value of attribute timeout_action.

Returns:

  • ("ROLLBACK", "CONTINUE")


921
922
923
# File 'sig/types.rbs', line 921

def timeout_action
  @timeout_action
end