Class: Aws::SESV2::Types::ListMultiRegionEndpointsResponse

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

Overview

The following elements are returned by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multi_region_endpointsArray<Types::MultiRegionEndpoint>

An array that contains key multi-region endpoint (global-endpoint) properties.

Returns:



5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-sesv2/types.rb', line 5144

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

#next_tokenString

A token indicating that there are additional multi-region endpoints (global-endpoints) available to be listed. Pass this token to a subsequent ‘ListMultiRegionEndpoints` call to retrieve the next page.

Returns:

  • (String)


5144
5145
5146
5147
5148
5149
# File 'lib/aws-sdk-sesv2/types.rb', line 5144

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