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.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def import_snapshot_tasks @import_snapshot_tasks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def next_token @next_token end |