Class: Aws::Types::HookResultSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_mode"FAIL", "WARN"

Returns the value of attribute failure_mode.

Returns:

  • ("FAIL", "WARN")


877
878
879
# File 'sig/types.rbs', line 877

def failure_mode
  @failure_mode
end

#hook_execution_target::String

Returns the value of attribute hook_execution_target.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def hook_execution_target
  @hook_execution_target
end

#hook_result_id::String

Returns the value of attribute hook_result_id.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def hook_result_id
  @hook_result_id
end

#hook_status_reason::String

Returns the value of attribute hook_status_reason.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def hook_status_reason
  @hook_status_reason
end

#invocation_point"PRE_PROVISION"

Returns the value of attribute invocation_point.

Returns:

  • ("PRE_PROVISION")


876
877
878
# File 'sig/types.rbs', line 876

def invocation_point
  @invocation_point
end

#invoked_at::Time

Returns the value of attribute invoked_at.

Returns:

  • (::Time)


883
884
885
# File 'sig/types.rbs', line 883

def invoked_at
  @invoked_at
end

#status"HOOK_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("HOOK_IN_PROGRESS", "HOOK_COMPLETE_SUCCEEDED", "HOOK_COMPLETE_FAILED", "HOOK_FAILED")


881
882
883
# File 'sig/types.rbs', line 881

def status
  @status
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def target_id
  @target_id
end

#target_type"CHANGE_SET", ...

Returns the value of attribute target_type.

Returns:

  • ("CHANGE_SET", "STACK", "RESOURCE", "CLOUD_CONTROL")


884
885
886
# File 'sig/types.rbs', line 884

def target_type
  @target_type
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def type_arn
  @type_arn
end

#type_configuration_version_id::String

Returns the value of attribute type_configuration_version_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def type_configuration_version_id
  @type_configuration_version_id
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def type_name
  @type_name
end

#type_version_id::String

Returns the value of attribute type_version_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def type_version_id
  @type_version_id
end