Class: Aws::SESV2::Types::ListMultiRegionEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListMultiRegionEndpointsResponse
- 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
-
#multi_region_endpoints ⇒ Array<Types::MultiRegionEndpoint>
An array that contains key multi-region endpoint (global-endpoint) properties.
-
#next_token ⇒ String
A token indicating that there are additional multi-region endpoints (global-endpoints) available to be listed.
Instance Attribute Details
#multi_region_endpoints ⇒ Array<Types::MultiRegionEndpoint>
An array that contains key multi-region endpoint (global-endpoint) properties.
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_token ⇒ String
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.
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 |