Class: Aws::Types::DescribeDatasetExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
-
#error_report_location ⇒ Types::ExportErrorReportLocation
Returns the value of attribute error_report_location.
-
#input ⇒ Types::ProcessingInput
Returns the value of attribute input.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def completed_at @completed_at end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def destination_s3_uri @destination_s3_uri end |
#error_report_location ⇒ Types::ExportErrorReportLocation
Returns the value of attribute error_report_location.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def error_report_location @error_report_location end |
#input ⇒ Types::ProcessingInput
Returns the value of attribute input.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def input @input end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def job_id @job_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def status @status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def workspace_name @workspace_name end |