Class: Aws::DataZone::Types::ListLineageEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListLineageEventsInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where you want to list lineage events.
-
#max_results ⇒ Integer
The maximum number of lineage events to return in a single call to ListLineageEvents.
-
#next_token ⇒ String
When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken.
-
#processing_status ⇒ String
The processing status of a lineage event.
-
#sort_order ⇒ String
The sort order of the lineage events.
-
#timestamp_after ⇒ Time
The after timestamp of a lineage event.
-
#timestamp_before ⇒ Time
The before timestamp of a lineage event.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to list lineage events.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageEvents to list the next set of lineage events.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#processing_status ⇒ String
The processing status of a lineage event.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order of the lineage events.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#timestamp_after ⇒ Time
The after timestamp of a lineage event.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |
#timestamp_before ⇒ Time
The before timestamp of a lineage event.
12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12536 class ListLineageEventsInput < Struct.new( :domain_identifier, :max_results, :next_token, :processing_status, :sort_order, :timestamp_after, :timestamp_before) SENSITIVE = [] include Aws::Structure end |