Class: Aws::WorkMail::Types::ListMailboxExportJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3149

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

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3149

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

#organization_idString

The organization ID.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3149

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