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.
7021 7022 7023 7024 7025 7026 |
# File 'lib/aws-sdk-connect/types.rb', line 7021 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid email address.
7021 7022 7023 7024 7025 7026 |
# File 'lib/aws-sdk-connect/types.rb', line 7021 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |