Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#is_canceled ⇒ Boolean
Returns the value of attribute is_canceled.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
157 158 159 |
# File 'sig/types.rbs', line 157 def creation_date @creation_date end |
#is_canceled ⇒ Boolean
Returns the value of attribute is_canceled.
158 159 160 |
# File 'sig/types.rbs', line 158 def is_canceled @is_canceled end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def job_id @job_id end |
#job_type ⇒ "Import", "Export"
Returns the value of attribute job_type.
159 160 161 |
# File 'sig/types.rbs', line 159 def job_type @job_type end |