Class: Aws::Types::TimelineEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data ⇒ ::String

Returns the value of attribute event_data.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def event_data
  @event_data
end

#event_id ⇒ ::String

Returns the value of attribute event_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def event_id
  @event_id
end

#event_references ⇒ ::Array[Types::EventReference]

Returns the value of attribute event_references.

Returns:



696
697
698
# File 'sig/types.rbs', line 696

def event_references
  @event_references
end

#event_time ⇒ ::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


697
698
699
# File 'sig/types.rbs', line 697

def event_time
  @event_time
end

#event_type ⇒ ::String

Returns the value of attribute event_type.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def event_type
  @event_type
end

#event_updated_time ⇒ ::Time

Returns the value of attribute event_updated_time.

Returns:

  • (::Time)


699
700
701
# File 'sig/types.rbs', line 699

def event_updated_time
  @event_updated_time
end

#incident_record_arn ⇒ ::String

Returns the value of attribute incident_record_arn.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def incident_record_arn
  @incident_record_arn
end