Class: Aws::Types::DescribeImportSnapshotTasksResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImportSnapshotTasksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#import_snapshot_tasks ⇒ ::Array[Types::ImportSnapshotTask]
Returns the value of attribute import_snapshot_tasks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#import_snapshot_tasks ⇒ ::Array[Types::ImportSnapshotTask]
Returns the value of attribute import_snapshot_tasks.
6158 6159 6160 |
# File 'sig/types.rbs', line 6158 def import_snapshot_tasks @import_snapshot_tasks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6159 6160 6161 |
# File 'sig/types.rbs', line 6159 def next_token @next_token end |