Class: Aws::DataZone::Types::GetLineageEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetLineageEventInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain.
-
#identifier ⇒ String
The ID of the lineage event.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain.
10744 10745 10746 10747 10748 10749 |
# File 'lib/aws-sdk-datazone/types.rb', line 10744 class GetLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the lineage event.
10744 10745 10746 10747 10748 10749 |
# File 'lib/aws-sdk-datazone/types.rb', line 10744 class GetLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |