Class: Aws::Types::VariantImportItemDetail
- Inherits:
-
Object
- Object
- Aws::Types::VariantImportItemDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def job_status @job_status end |
#source ⇒ ::String
Returns the value of attribute source.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def source @source end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def @status_message end |