Class: Aws::Types::DescribeImportTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImportTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#imports ⇒ ::Array[Types::Import]
Returns the value of attribute imports.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#imports ⇒ ::Array[Types::Import]
Returns the value of attribute imports.
623 624 625 |
# File 'sig/types.rbs', line 623 def imports @imports end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
624 625 626 |
# File 'sig/types.rbs', line 624 def next_token @next_token end |