Class: Aws::Types::CreateDatasetExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#ingestion_mode ⇒ "BULK", ...
Returns the value of attribute ingestion_mode.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output ⇒ Types::DatasetExportJobOutput
Returns the value of attribute job_output.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def dataset_arn @dataset_arn end |
#ingestion_mode ⇒ "BULK", ...
Returns the value of attribute ingestion_mode.
255 256 257 |
# File 'sig/types.rbs', line 255 def ingestion_mode @ingestion_mode end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
253 254 255 |
# File 'sig/types.rbs', line 253 def job_name @job_name end |
#job_output ⇒ Types::DatasetExportJobOutput
Returns the value of attribute job_output.
257 258 259 |
# File 'sig/types.rbs', line 257 def job_output @job_output end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
256 257 258 |
# File 'sig/types.rbs', line 256 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
258 259 260 |
# File 'sig/types.rbs', line 258 def @tags end |