Class: Aws::SESV2::Types::Route
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::Route
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
An object which contains an AWS-Region and routing status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region ⇒ String
The name of an AWS-Region.
Instance Attribute Details
#region ⇒ String
The name of an AWS-Region.
6825 6826 6827 6828 6829 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6825 class Route < Struct.new( :region) SENSITIVE = [] include Aws::Structure end |