Class: Aws::DataZone::Types::ListLineageNodeHistoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListLineageNodeHistoryOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#nodes ⇒ Array<Types::LineageNodeSummary>
The nodes returned by the ListLineageNodeHistory action.
Instance Attribute Details
#next_token ⇒ String
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.
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 |
#nodes ⇒ Array<Types::LineageNodeSummary>
The nodes returned by the ListLineageNodeHistory action.
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 |