Class: Aws::Types::GetHookResultOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotations::Array[Types::Annotation]

Returns the value of attribute annotations.

Returns:



820
821
822
# File 'sig/types.rbs', line 820

def annotations
  @annotations
end

#failure_mode"FAIL", "WARN"

Returns the value of attribute failure_mode.

Returns:

  • ("FAIL", "WARN")


810
811
812
# File 'sig/types.rbs', line 810

def failure_mode
  @failure_mode
end

#hook_result_id::String

Returns the value of attribute hook_result_id.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def hook_result_id
  @hook_result_id
end

#hook_status_reason::String

Returns the value of attribute hook_status_reason.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def hook_status_reason
  @hook_status_reason
end

#invocation_point"PRE_PROVISION"

Returns the value of attribute invocation_point.

Returns:

  • ("PRE_PROVISION")


809
810
811
# File 'sig/types.rbs', line 809

def invocation_point
  @invocation_point
end

#invoked_at::Time

Returns the value of attribute invoked_at.

Returns:

  • (::Time)


818
819
820
# File 'sig/types.rbs', line 818

def invoked_at
  @invoked_at
end

#original_type_name::String

Returns the value of attribute original_type_name.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def original_type_name
  @original_type_name
end

#status"HOOK_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


816
817
818
# File 'sig/types.rbs', line 816

def status
  @status
end

#targetTypes::HookTarget

Returns the value of attribute target.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def target
  @target
end

#type_arn::String

Returns the value of attribute type_arn.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def type_arn
  @type_arn
end

#type_configuration_version_id::String

Returns the value of attribute type_configuration_version_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def type_configuration_version_id
  @type_configuration_version_id
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def type_name
  @type_name
end

#type_version_id::String

Returns the value of attribute type_version_id.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def type_version_id
  @type_version_id
end