Class: Aws::DataZone::Types::GetDataSourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain in which the data source exists.

Returns:

  • (String)


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

#identifierString

The ID of the Amazon DataZone data source.

Returns:

  • (String)


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