Class: Aws::Types::ImportBatch
- Inherits:
-
Object
- Object
- Aws::Types::ImportBatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def batch_id @batch_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def @error_message end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def status @status end |