Class: Aws::Types::DatasetExportJob
- Inherits:
-
Object
- Object
- Aws::Types::DatasetExportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_export_job_arn ⇒ ::String
Returns the value of attribute dataset_export_job_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
461 462 463 |
# File 'sig/types.rbs', line 461 def creation_date_time @creation_date_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
456 457 458 |
# File 'sig/types.rbs', line 456 def dataset_arn @dataset_arn end |
#dataset_export_job_arn ⇒ ::String
Returns the value of attribute dataset_export_job_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def dataset_export_job_arn @dataset_export_job_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
463 464 465 |
# File 'sig/types.rbs', line 463 def failure_reason @failure_reason end |
#ingestion_mode ⇒ "BULK", ...
Returns the value of attribute ingestion_mode.
457 458 459 |
# File 'sig/types.rbs', line 457 def ingestion_mode @ingestion_mode end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
454 455 456 |
# File 'sig/types.rbs', line 454 def job_name @job_name end |
#job_output ⇒ Types::DatasetExportJobOutput
Returns the value of attribute job_output.
460 461 462 |
# File 'sig/types.rbs', line 460 def job_output @job_output end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
462 463 464 |
# File 'sig/types.rbs', line 462 def last_updated_date_time @last_updated_date_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
458 459 460 |
# File 'sig/types.rbs', line 458 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
459 460 461 |
# File 'sig/types.rbs', line 459 def status @status end |