Class: Aws::MailManager::Types::ListTrafficPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListTrafficPoliciesRequest
- 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 maximum number of traffic policy resources that are returned per call.
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.
2316 2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2316 class ListTrafficPoliciesRequest < Struct.new( :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The maximum number of traffic policy resources that are returned per call. You can use NextToken to obtain further traffic policies.
2316 2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 2316 class ListTrafficPoliciesRequest < Struct.new( :next_token, :page_size) SENSITIVE = [] include Aws::Structure end |