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.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def completed_at @completed_at end |
#destination_s3_uri ⇒ ::String
Returns the value of attribute destination_s3_uri.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def destination_s3_uri @destination_s3_uri end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def job_id @job_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def started_at @started_at end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def status @status end |