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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4702

class GetDataSourceInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the Amazon DataZone data source.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4702

class GetDataSourceInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end