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.
624 625 626 |
# File 'sig/types.rbs', line 624 def imports @imports end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
625 626 627 |
# File 'sig/types.rbs', line 625 def next_token @next_token end |