Class: Aws::DataZone::Types::ListLineageEventsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where you want to list lineage events.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_statusString

The processing status of a lineage event.

Returns:

  • (String)


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_orderString

The sort order of the lineage events.

Returns:

  • (String)


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_afterTime

The after timestamp of a lineage event.

Returns:

  • (Time)


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_beforeTime

The before timestamp of a lineage event.

Returns:

  • (Time)


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