Class: Aws::MailManager::Types::ListTrafficPoliciesResponse

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 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)


2994
2995
2996
2997
2998
2999
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2994

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

#traffic_policiesArray<Types::TrafficPolicy>

The list of traffic policies.

Returns:



2994
2995
2996
2997
2998
2999
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2994

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