Class: Aws::MailManager::Types::ListAddonSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListAddonSubscriptionsResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_subscriptions ⇒ Array<Types::AddonSubscription>
The list of ingress endpoints.
-
#next_token ⇒ String
If NextToken is returned, there are more results available.
Instance Attribute Details
#addon_subscriptions ⇒ Array<Types::AddonSubscription>
The list of ingress endpoints.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2543 class ListAddonSubscriptionsResponse < Struct.new( :addon_subscriptions, :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.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2543 class ListAddonSubscriptionsResponse < Struct.new( :addon_subscriptions, :next_token) SENSITIVE = [] include Aws::Structure end |