Class: Aws::Connect::Types::CreateEmailAddressRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :email_address, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ String

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Returns:

  • (String)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  include Aws::Structure
end

#description ⇒ String

The description of the email address.

Returns:

  • (String)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  include Aws::Structure
end

#display_name ⇒ String

The display name of email address

Returns:

  • (String)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  include Aws::Structure
end

#email_address ⇒ String

The email address, including the domain.

Returns:

  • (String)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  include Aws::Structure
end

#instance_id ⇒ String

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  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" }.

Returns:

  • (Hash<String,String>)


6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6352

class CreateEmailAddressRequest < Struct.new(
  :description,
  :instance_id,
  :email_address,
  :display_name,
  :tags,
  :client_token)
  SENSITIVE = [:description, :email_address, :display_name]
  include Aws::Structure
end