Class: Aws::Types::StackEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def client_request_token
  @client_request_token
end

#detailed_status"CONFIGURATION_COMPLETE", "VALIDATION_FAILED"

Returns the value of attribute detailed_status.

Returns:

  • ("CONFIGURATION_COMPLETE", "VALIDATION_FAILED")


1683
1684
1685
# File 'sig/types.rbs', line 1683

def detailed_status
  @detailed_status
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def event_id
  @event_id
end

#hook_failure_mode"FAIL", "WARN"

Returns the value of attribute hook_failure_mode.

Returns:

  • ("FAIL", "WARN")


1682
1683
1684
# File 'sig/types.rbs', line 1682

def hook_failure_mode
  @hook_failure_mode
end

#hook_invocation_id::String

Returns the value of attribute hook_invocation_id.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def hook_invocation_id
  @hook_invocation_id
end

#hook_invocation_point"PRE_PROVISION"

Returns the value of attribute hook_invocation_point.

Returns:

  • ("PRE_PROVISION")


1680
1681
1682
# File 'sig/types.rbs', line 1680

def hook_invocation_point
  @hook_invocation_point
end

#hook_status"HOOK_IN_PROGRESS", ...

Returns the value of attribute hook_status.

Returns:

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


1678
1679
1680
# File 'sig/types.rbs', line 1678

def hook_status
  @hook_status
end

#hook_status_reason::String

Returns the value of attribute hook_status_reason.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def hook_status_reason
  @hook_status_reason
end

#hook_type::String

Returns the value of attribute hook_type.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def hook_type
  @hook_type
end

#logical_resource_id::String

Returns the value of attribute logical_resource_id.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def logical_resource_id
  @logical_resource_id
end

#operation_id::String

Returns the value of attribute operation_id.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def operation_id
  @operation_id
end

#physical_resource_id::String

Returns the value of attribute physical_resource_id.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def physical_resource_id
  @physical_resource_id
end

#resource_properties::String

Returns the value of attribute resource_properties.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def resource_properties
  @resource_properties
end

#resource_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "DELETE_SKIPPED", "UPDATE_IN_PROGRESS", "UPDATE_FAILED", "UPDATE_COMPLETE", "IMPORT_FAILED", "IMPORT_COMPLETE", "IMPORT_IN_PROGRESS", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE", "EXPORT_FAILED", "EXPORT_COMPLETE", "EXPORT_IN_PROGRESS", "EXPORT_ROLLBACK_IN_PROGRESS", "EXPORT_ROLLBACK_FAILED", "EXPORT_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "UPDATE_ROLLBACK_FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED")


1673
1674
1675
# File 'sig/types.rbs', line 1673

def resource_status
  @resource_status
end

#resource_status_reason::String

Returns the value of attribute resource_status_reason.

Returns:

  • (::String)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def resource_status_reason
  @resource_status_reason
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def resource_type
  @resource_type
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def stack_name
  @stack_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def timestamp
  @timestamp
end