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)


36138
36139
36140
36141
36142
36143
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 36138

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)


36138
36139
36140
36141
36142
36143
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 36138

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