Class: Aws::MailManager::Types::ListRelaysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListRelaysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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.
-
#page_size ⇒ Integer
The number of relays to be returned in one request.
Instance Attribute Details
#next_token ⇒ String
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.
2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2870 class ListRelaysRequest < Struct.new( :page_size, :next_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The number of relays to be returned in one request.
2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2870 class ListRelaysRequest < Struct.new( :page_size, :next_token) SENSITIVE = [] include Aws::Structure end |