Class: Aws::Connect::Types::EmailRecipient
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::EmailRecipient
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about the email recipient
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
Address of the email recipient.
-
#display_name ⇒ String
Display name of the email recipient.
Instance Attribute Details
#address ⇒ String
Address of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
8065 8066 8067 8068 8069 8070 |
# File 'lib/aws-sdk-connect/types.rb', line 8065 class EmailRecipient < Struct.new( :address, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
Display name of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
8065 8066 8067 8068 8069 8070 |
# File 'lib/aws-sdk-connect/types.rb', line 8065 class EmailRecipient < Struct.new( :address, :display_name) SENSITIVE = [] include Aws::Structure end |