Class: Aws::Types::DescribeImportSnapshotTasksResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#import_snapshot_tasks::Array[Types::ImportSnapshotTask]

Returns the value of attribute import_snapshot_tasks.

Returns:



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.

Returns:

  • (::String)


6159
6160
6161
# File 'sig/types.rbs', line 6159

def next_token
  @next_token
end