Class: Aws::Connect::Types::CreateEmailAddressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateEmailAddressResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_address_arn ⇒ String
The Amazon Resource Name (ARN) of the email address.
-
#email_address_id ⇒ String
The identifier of the email address.
Instance Attribute Details
#email_address_arn ⇒ String
The Amazon Resource Name (ARN) of the email address.
3771 3772 3773 3774 3775 3776 |
# File 'lib/aws-sdk-connect/types.rb', line 3771 class CreateEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn) SENSITIVE = [] include Aws::Structure end |
#email_address_id ⇒ String
The identifier of the email address.
3771 3772 3773 3774 3775 3776 |
# File 'lib/aws-sdk-connect/types.rb', line 3771 class CreateEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn) SENSITIVE = [] include Aws::Structure end |