Class: Aws::DataZone::Types::ListLineageNodeHistoryOutput

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

#next_tokenString

When the number of history items 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 items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.

Returns:

  • (String)


14369
14370
14371
14372
14373
14374
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14369

class ListLineageNodeHistoryOutput < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#nodesArray<Types::LineageNodeSummary>

The nodes returned by the ListLineageNodeHistory action.

Returns:



14369
14370
14371
14372
14373
14374
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14369

class ListLineageNodeHistoryOutput < Struct.new(
  :nodes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end