Class: Aws::DataZone::Types::StartDataSourceRunInput

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

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


9835
9836
9837
9838
9839
9840
9841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9835

class StartDataSourceRunInput < Struct.new(
  :client_token,
  :data_source_identifier,
  :domain_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_identifierString

The identifier of the data source.

Returns:

  • (String)


9835
9836
9837
9838
9839
9840
9841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9835

class StartDataSourceRunInput < Struct.new(
  :client_token,
  :data_source_identifier,
  :domain_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain in which to start a data source run.

Returns:

  • (String)


9835
9836
9837
9838
9839
9840
9841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9835

class StartDataSourceRunInput < Struct.new(
  :client_token,
  :data_source_identifier,
  :domain_identifier)
  SENSITIVE = []
  include Aws::Structure
end