Class: Aws::Connect::Types::DescribeEmailAddressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeEmailAddressResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email_address, :display_name, :description]
Instance Attribute Summary collapse
-
#create_timestamp ⇒ String
The email address creation timestamp in ISO 8601 Datetime.
-
#description ⇒ String
The description of the email address.
-
#display_name ⇒ String
The display name of email address.
-
#email_address ⇒ String
The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.
-
#email_address_arn ⇒ String
The Amazon Resource Name (ARN) of the email address.
-
#email_address_id ⇒ String
The identifier of the email address.
-
#modified_timestamp ⇒ String
The email address last modification timestamp in ISO 8601 Datetime.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#create_timestamp ⇒ String
The email address creation timestamp in ISO 8601 Datetime.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#description ⇒ String
The description of the email address.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#display_name ⇒ String
The display name of email address
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#email_address ⇒ String
The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#email_address_arn ⇒ String
The Amazon Resource Name (ARN) of the email address.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#email_address_id ⇒ String
The identifier of the email address.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#modified_timestamp ⇒ String
The email address last modification timestamp in ISO 8601 Datetime.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { "Tags": "key2":"value2" }.
6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6663 class DescribeEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn, :email_address, :display_name, :description, :create_timestamp, :modified_timestamp, :tags) SENSITIVE = [:email_address, :display_name, :description] include Aws::Structure end |