Class: Aws::DataZone::Types::GetDataSourceRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDataSourceRunInput
- 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 in which this data source run was performed.
-
#identifier ⇒ String
The ID of the data source run.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain in which this data source run was performed.
6758 6759 6760 6761 6762 6763 |
# File 'lib/aws-sdk-datazone/types.rb', line 6758 class GetDataSourceRunInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data source run.
6758 6759 6760 6761 6762 6763 |
# File 'lib/aws-sdk-datazone/types.rb', line 6758 class GetDataSourceRunInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |