Class: Aws::DataZone::Types::DataSourceRunLineageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataSourceRunLineageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The run lineage summary of a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_status ⇒ String
The import status that’s part of the run lineage summary of a data source.
Instance Attribute Details
#import_status ⇒ String
The import status that’s part of the run lineage summary of a data source.
5625 5626 5627 5628 5629 |
# File 'lib/aws-sdk-datazone/types.rb', line 5625 class DataSourceRunLineageSummary < Struct.new( :import_status) SENSITIVE = [] include Aws::Structure end |