Class: Aws::Types::ExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportJobSummary
- 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.
-
#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.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def completed_at @completed_at end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def destination_s3_uri @destination_s3_uri end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def job_id @job_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def status @status end |