Class: Aws::SESV2::Types::RouteDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::RouteDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An object that contains route configuration. Includes secondary region name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region ⇒ String
The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).
Instance Attribute Details
#region ⇒ String
The name of an AWS-Region to be a secondary region for the multi-region endpoint (global-endpoint).
6786 6787 6788 6789 6790 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6786 class RouteDetails < Struct.new( :region) SENSITIVE = [] include Aws::Structure end |