Class: Aws::BCMDataExports::Types::ListExportsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of objects that are returned for the request.

Returns:

  • (Integer)


466
467
468
469
470
471
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 466

class ListExportsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


466
467
468
469
470
471
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 466

class ListExportsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end