Class: Aws::DataZone::Types::GetLineageEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetLineageEventOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:event]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the lineage event was created.
-
#created_by ⇒ String
The user who created the lineage event.
-
#domain_id ⇒ String
The ID of the domain.
-
#event ⇒ String
The lineage event details.
-
#event_time ⇒ Time
The time of the lineage event.
-
#id ⇒ String
The ID of the lineage event.
-
#processing_status ⇒ String
The progressing status of the lineage event.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the lineage event was created.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#created_by ⇒ String
The user who created the lineage event.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#event ⇒ String
The lineage event details.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#event_time ⇒ Time
The time of the lineage event.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#id ⇒ String
The ID of the lineage event.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |
#processing_status ⇒ String
The progressing status of the lineage event.
9068 9069 9070 9071 9072 9073 9074 9075 9076 9077 9078 |
# File 'lib/aws-sdk-datazone/types.rb', line 9068 class GetLineageEventOutput < Struct.new( :created_at, :created_by, :domain_id, :event, :event_time, :id, :processing_status) SENSITIVE = [:event] include Aws::Structure end |