Class: Aws::DataZone::Types::GetLineageNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetLineageNodeInput
- 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 in which you want to get the data lineage node.
-
#event_timestamp ⇒ Time
The event time stamp for which you want to get the data lineage node.
-
#identifier ⇒ String
The ID of the data lineage node that you want to get.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain in which you want to get the data lineage node.
10571 10572 10573 10574 10575 10576 10577 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10571 class GetLineageNodeInput < Struct.new( :domain_identifier, :identifier, :event_timestamp) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ Time
The event time stamp for which you want to get the data lineage node.
10571 10572 10573 10574 10575 10576 10577 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10571 class GetLineageNodeInput < Struct.new( :domain_identifier, :identifier, :event_timestamp) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data lineage node that you want to get.
Both, a lineage node identifier generated by Amazon DataZone and a
sourceIdentifier of the lineage node are supported. If
sourceIdentifier is greater than 1800 characters, you can use
lineage node identifier generated by Amazon DataZone to get the node
details.
10571 10572 10573 10574 10575 10576 10577 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10571 class GetLineageNodeInput < Struct.new( :domain_identifier, :identifier, :event_timestamp) SENSITIVE = [] include Aws::Structure end |