Class: Aws::Types::DescribeImportTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImportTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_id ⇒ ::String
Returns the value of attribute import_id.
-
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
-
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#import_id ⇒ ::String
Returns the value of attribute import_id.
614 615 616 |
# File 'sig/types.rbs', line 614 def import_id @import_id end |
#import_source_arn ⇒ ::String
Returns the value of attribute import_source_arn.
616 617 618 |
# File 'sig/types.rbs', line 616 def import_source_arn @import_source_arn end |
#import_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute import_status.
615 616 617 |
# File 'sig/types.rbs', line 615 def import_status @import_status end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
617 618 619 |
# File 'sig/types.rbs', line 617 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
618 619 620 |
# File 'sig/types.rbs', line 618 def next_token @next_token end |