Class: Aws::SESV2::Types::ListMultiRegionEndpointsRequest

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

Overview

Represents a request to list all the multi-region endpoints (global-endpoints) whose primary region is the AWS-Region where operation is executed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token returned from a previous call to ‘ListMultiRegionEndpoints` to indicate the position in the list of multi-region endpoints (global-endpoints).

Returns:

  • (String)


5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-sesv2/types.rb', line 5121

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

#page_sizeInteger

The number of results to show in a single call to ‘ListMultiRegionEndpoints`. If the number of results is larger than the number you specified in this parameter, the response includes a `NextToken` element that you can use to retrieve the next page of results.

Returns:

  • (Integer)


5121
5122
5123
5124
5125
5126
# File 'lib/aws-sdk-sesv2/types.rb', line 5121

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