Class: Aws::Connect::Types::EmailReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EmailReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about a reference when the ‘referenceType` is `EMAIL`. Otherwise, null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Identifier of the email reference.
-
#value ⇒ String
A valid email address.
Instance Attribute Details
#name ⇒ String
Identifier of the email reference.
7140 7141 7142 7143 7144 7145 |
# File 'lib/aws-sdk-connect/types.rb', line 7140 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid email address.
7140 7141 7142 7143 7144 7145 |
# File 'lib/aws-sdk-connect/types.rb', line 7140 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |