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)


935
936
937
# File 'sig/types.rbs', line 935

def expires_at
  @expires_at
end

#hook_id::String

Returns the value of attribute hook_id.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def hook_id
  @hook_id
end

#status"AWAITING_ACTION", ...

Returns the value of attribute status.

Returns:

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


934
935
936
# File 'sig/types.rbs', line 934

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def target_arn
  @target_arn
end

#target_type"AWS_LAMBDA", "PAUSE"

Returns the value of attribute target_type.

Returns:

  • ("AWS_LAMBDA", "PAUSE")


932
933
934
# File 'sig/types.rbs', line 932

def target_type
  @target_type
end

#timeout_action"ROLLBACK", "CONTINUE"

Returns the value of attribute timeout_action.

Returns:

  • ("ROLLBACK", "CONTINUE")


936
937
938
# File 'sig/types.rbs', line 936

def timeout_action
  @timeout_action
end