Class: Aws::Types::ListLineageEventsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4113
4114
4115
# File 'sig/types.rbs', line 4113

def domain_identifier
  @domain_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4114
4115
4116
# File 'sig/types.rbs', line 4114

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4119
4120
4121
# File 'sig/types.rbs', line 4119

def next_token
  @next_token
end

#processing_status"REQUESTED", ...

Returns the value of attribute processing_status.

Returns:

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


4117
4118
4119
# File 'sig/types.rbs', line 4117

def processing_status
  @processing_status
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


4118
4119
4120
# File 'sig/types.rbs', line 4118

def sort_order
  @sort_order
end

#timestamp_after::Time

Returns the value of attribute timestamp_after.

Returns:

  • (::Time)


4115
4116
4117
# File 'sig/types.rbs', line 4115

def timestamp_after
  @timestamp_after
end

#timestamp_before::Time

Returns the value of attribute timestamp_before.

Returns:

  • (::Time)


4116
4117
4118
# File 'sig/types.rbs', line 4116

def timestamp_before
  @timestamp_before
end