Class: Aws::DataZone::Types::EventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EventSummary
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Note:
EventSummary is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of EventSummary corresponding to the set member.
The event summary.
Direct Known Subclasses
Defined Under Namespace
Classes: OpenLineageRunEventSummary, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#open_lineage_run_event_summary ⇒ Types::OpenLineageRunEventSummary
The open lineage run event summary.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#open_lineage_run_event_summary ⇒ Types::OpenLineageRunEventSummary
The open lineage run event summary.
6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6954 class EventSummary < Struct.new( :open_lineage_run_event_summary, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class OpenLineageRunEventSummary < EventSummary; end class Unknown < EventSummary; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
6954 6955 6956 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6954 def unknown @unknown end |