Class: Aws::MailManager::Types::ListIngressPointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListIngressPointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingress_points ⇒ Array<Types::IngressPoint>
The list of ingress endpoints.
-
#next_token ⇒ String
If NextToken is returned, there are more results available.
Instance Attribute Details
#ingress_points ⇒ Array<Types::IngressPoint>
The list of ingress endpoints.
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_token ⇒ String
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.
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 |