Class: Aws::MailManager::Types::ListIngressPointsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_pointsArray<Types::IngressPoint>

The list of ingress endpoints.

Returns:



2192
2193
2194
2195
2196
2197
# File 'lib/aws-sdk-mailmanager/types.rb', line 2192

class ListIngressPointsResponse < Struct.new(
  :ingress_points,
  :next_token)
  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)


2192
2193
2194
2195
2196
2197
# File 'lib/aws-sdk-mailmanager/types.rb', line 2192

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