Class: Aws::DataZone::Types::GetLineageEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetLineageEventInput
- 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.
-
#identifier ⇒ String
The ID of the lineage event.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain.
9031 9032 9033 9034 9035 9036 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9031 class GetLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the lineage event.
9031 9032 9033 9034 9035 9036 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9031 class GetLineageEventInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |