Class: Aws::Types::CreateBatchLoadTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def client_token
  @client_token
end

#data_model_configuration ⇒ Types::DataModelConfiguration

Returns the value of attribute data_model_configuration.



61
62
63
# File 'sig/types.rbs', line 61

def data_model_configuration
  @data_model_configuration
end

#data_source_configuration ⇒ Types::DataSourceConfiguration

Returns the value of attribute data_source_configuration.



62
63
64
# File 'sig/types.rbs', line 62

def data_source_configuration
  @data_source_configuration
end

#record_version ⇒ ::Integer

Returns the value of attribute record_version.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def record_version
  @record_version
end

#report_configuration ⇒ Types::ReportConfiguration

Returns the value of attribute report_configuration.



63
64
65
# File 'sig/types.rbs', line 63

def report_configuration
  @report_configuration
end

#target_database_name ⇒ ::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def target_database_name
  @target_database_name
end

#target_table_name ⇒ ::String

Returns the value of attribute target_table_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def target_table_name
  @target_table_name
end