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)


8752
8753
8754
8755
8756
8757
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8752

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

#identifierString

The ID of the data source run.

Returns:

  • (String)


8752
8753
8754
8755
8756
8757
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8752

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