Class: Aws::Connect::Types::OutboundEmailConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundEmailConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The outbound email address Id.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outbound_email_address_id ⇒ String
The identifier of the email address.
Instance Attribute Details
#outbound_email_address_id ⇒ String
The identifier of the email address.
16569 16570 16571 16572 16573 |
# File 'lib/aws-sdk-connect/types.rb', line 16569 class OutboundEmailConfig < Struct.new( :outbound_email_address_id) SENSITIVE = [] include Aws::Structure end |