Class: Aws::Connect::Types::DescribeEmailAddressResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#create_timestampString

The email address creation timestamp in ISO 8601 Datetime.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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

#descriptionString

The description of the email address.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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_nameString

The display name of email address

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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_addressString

The email address, including the domain.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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_arnString

The Amazon Resource Name (ARN) of the email address.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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_idString

The identifier of the email address.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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_timestampString

The email address last modification timestamp in ISO 8601 Datetime.

Returns:

  • (String)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "Tags": "key2":"value2" }.

Returns:

  • (Hash<String,String>)


7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7228

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