Class: Aws::DataZone::Types::GetDataSourceRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDataSourceRunInput
- 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 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.
7872 7873 7874 7875 7876 7877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7872 class GetDataSourceRunInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data source run.
7872 7873 7874 7875 7876 7877 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7872 class GetDataSourceRunInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |