Class: Aws::Connect::Types::UpdateEmailAddressMetadataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_address_arnString

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

Returns:

  • (String)


33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33693

class UpdateEmailAddressMetadataResponse < Struct.new(
  :email_address_id,
  :email_address_arn)
  SENSITIVE = []
  include Aws::Structure
end

#email_address_idString

The identifier of the email address.

Returns:

  • (String)


33693
33694
33695
33696
33697
33698
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33693

class UpdateEmailAddressMetadataResponse < Struct.new(
  :email_address_id,
  :email_address_arn)
  SENSITIVE = []
  include Aws::Structure
end