Class: Aws::Types::DescribeImportTaskBatchesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImportTaskBatchesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_import_status ⇒ ::Array[("IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")]
Returns the value of attribute batch_import_status.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#batch_import_status ⇒ ::Array[("IN_PROGRESS" | "CANCELLED" | "COMPLETED" | "FAILED")]
Returns the value of attribute batch_import_status.
599 600 601 |
# File 'sig/types.rbs', line 599 def batch_import_status @batch_import_status end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def import_id @import_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
600 601 602 |
# File 'sig/types.rbs', line 600 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
601 602 603 |
# File 'sig/types.rbs', line 601 def next_token @next_token end |