Class: Aws::Connect::Types::EmailReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EmailReference
- Defined in:
- gems/aws-sdk-connect/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.
7777 7778 7779 7780 7781 7782 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7777 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A valid email address.
7777 7778 7779 7780 7781 7782 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7777 class EmailReference < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |