Class: Aws::MailManager::Types::ListAddonInstancesResponse

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

#addon_instancesArray<Types::AddonInstance>

The list of ingress endpoints.

Returns:



1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1906

class ListAddonInstancesResponse < Struct.new(
  :addon_instances,
  :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)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1906

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