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)


6561
6562
6563
6564
6565
6566
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6561

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

#identifierString

The ID of the data source run.

Returns:

  • (String)


6561
6562
6563
6564
6565
6566
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6561

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