Class: Aws::Types::DescribeExportTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_ids::Array[::String]

Returns the value of attribute export_ids.

Returns:

  • (::Array[::String])


282
283
284
# File 'sig/types.rbs', line 282

def export_ids
  @export_ids
end

#filters::Array[Types::ExportFilter]

Returns the value of attribute filters.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


284
285
286
# File 'sig/types.rbs', line 284

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def next_token
  @next_token
end