Class: Aws::DataZone::Types::GetDataSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDataSourceInput
- 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 Amazon DataZone domain in which the data source exists.
-
#identifier ⇒ String
The ID of the Amazon DataZone data source.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the data source exists.
6617 6618 6619 6620 6621 6622 |
# File 'lib/aws-sdk-datazone/types.rb', line 6617 class GetDataSourceInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the Amazon DataZone data source.
6617 6618 6619 6620 6621 6622 |
# File 'lib/aws-sdk-datazone/types.rb', line 6617 class GetDataSourceInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |