Class: Aws::Types::ListLineageEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLineageEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#timestamp_after ⇒ ::Time
Returns the value of attribute timestamp_after.
-
#timestamp_before ⇒ ::Time
Returns the value of attribute timestamp_before.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
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.
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.
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.
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.
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.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def @timestamp_after end |
#timestamp_before ⇒ ::Time
Returns the value of attribute timestamp_before.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def @timestamp_before end |