Class: Aws::Types::LineageEventSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3732
3733
3734
# File 'sig/types.rbs', line 3732

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3731
3732
3733
# File 'sig/types.rbs', line 3731

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3727
3728
3729
# File 'sig/types.rbs', line 3727

def domain_id
  @domain_id
end

#event_summaryTypes::EventSummary

Returns the value of attribute event_summary.

Returns:



3730
3731
3732
# File 'sig/types.rbs', line 3730

def event_summary
  @event_summary
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


3729
3730
3731
# File 'sig/types.rbs', line 3729

def event_time
  @event_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3726
3727
3728
# File 'sig/types.rbs', line 3726

def id
  @id
end

#processing_status"REQUESTED", ...

Returns the value of attribute processing_status.

Returns:

  • ("REQUESTED", "PROCESSING", "SUCCESS", "FAILED")


3728
3729
3730
# File 'sig/types.rbs', line 3728

def processing_status
  @processing_status
end