Class: Aws::Types::GetLineageEventOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:event])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2993
2994
2995
# File 'sig/types.rbs', line 2993

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2990
2991
2992
# File 'sig/types.rbs', line 2990

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2987
2988
2989
# File 'sig/types.rbs', line 2987

def domain_id
  @domain_id
end

#event::String

Returns the value of attribute event.

Returns:

  • (::String)


2989
2990
2991
# File 'sig/types.rbs', line 2989

def event
  @event
end

#event_time::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


2992
2993
2994
# File 'sig/types.rbs', line 2992

def event_time
  @event_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2988
2989
2990
# File 'sig/types.rbs', line 2988

def id
  @id
end

#processing_status"REQUESTED", ...

Returns the value of attribute processing_status.

Returns:

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


2991
2992
2993
# File 'sig/types.rbs', line 2991

def processing_status
  @processing_status
end