Class: Aws::DataZone::Types::GetDataSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDataSourceInput
- 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 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.
6420 6421 6422 6423 6424 6425 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6420 class GetDataSourceInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the Amazon DataZone data source.
6420 6421 6422 6423 6424 6425 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6420 class GetDataSourceInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |