Class: Aws::MailManager::Types::ListAddonSubscriptionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.

Returns:

  • (String)


1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1926

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

#page_sizeInteger

The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.

Returns:

  • (Integer)


1926
1927
1928
1929
1930
1931
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1926

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