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:



6233
6234
6235
# File 'sig/types.rbs', line 6233

def import_snapshot_tasks
  @import_snapshot_tasks
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6234
6235
6236
# File 'sig/types.rbs', line 6234

def next_token
  @next_token
end