Class: Aws::DataZone::Types::GetDataSourceRunInput

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 domain in which this data source run was performed.

Returns:

  • (String)


4838
4839
4840
4841
4842
4843
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4838

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

#identifierString

The ID of the data source run.

Returns:

  • (String)


4838
4839
4840
4841
4842
4843
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4838

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