Class: Aws::Types::CreateBatchLoadTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchLoadTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_model_configuration ⇒ Types::DataModelConfiguration
Returns the value of attribute data_model_configuration.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#record_version ⇒ ::Integer
Returns the value of attribute record_version.
-
#report_configuration ⇒ Types::ReportConfiguration
Returns the value of attribute report_configuration.
-
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
-
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
65 66 67 |
# File 'sig/types.rbs', line 65 def target_table_name @target_table_name end |