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.
16966 16967 16968 16969 16970 |
# File 'lib/aws-sdk-connect/types.rb', line 16966 class OutboundEmailConfig < Struct.new( :outbound_email_address_id) SENSITIVE = [] include Aws::Structure end |