Class: Aws::Types::LifecycleEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsTypes::Diagnostics

Returns the value of attribute diagnostics.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def diagnostics
  @diagnostics
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


912
913
914
# File 'sig/types.rbs', line 912

def end_time
  @end_time
end

#lifecycle_event_name::String

Returns the value of attribute lifecycle_event_name.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def lifecycle_event_name
  @lifecycle_event_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


911
912
913
# File 'sig/types.rbs', line 911

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Succeeded", "Failed", "Skipped", "Unknown")


913
914
915
# File 'sig/types.rbs', line 913

def status
  @status
end