Class: Aws::MailManager::Types::ListArchiveExportsRequest

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

Overview

The request to list archive export jobs in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The identifier of the archive.

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1971

class ListArchiveExportsRequest < Struct.new(
  :archive_id,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

Returns:

  • (String)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1971

class ListArchiveExportsRequest < Struct.new(
  :archive_id,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of archive export jobs that are returned per call. You can use NextToken to obtain further pages of archives.

Returns:

  • (Integer)


1971
1972
1973
1974
1975
1976
1977
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1971

class ListArchiveExportsRequest < Struct.new(
  :archive_id,
  :next_token,
  :page_size)
  SENSITIVE = []
  include Aws::Structure
end