Class: Aws::Types::DescribeExportTasksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_tasks::Array[Types::ExportTask]

Returns the value of attribute export_tasks.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def export_tasks
  @export_tasks
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def next_token
  @next_token
end