Class: Aws::Types::DescribeImportTaskBatchesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImportTaskBatchesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_batches ⇒ ::Array[Types::ImportBatch]
Returns the value of attribute import_batches.
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#import_batches ⇒ ::Array[Types::ImportBatch]
Returns the value of attribute import_batches.
608 609 610 |
# File 'sig/types.rbs', line 608 def import_batches @import_batches end |
#import_id ⇒ ::String
Returns the value of attribute import_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def import_id @import_id end |
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def import_source_arn @import_source_arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
609 610 611 |
# File 'sig/types.rbs', line 609 def next_token @next_token end |