Class: Aws::SocialMessaging::Types::WhatsAppPhoneNumberSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-socialmessaging/types.rb

Overview

The details of a linked phone number.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The full Amazon Resource Name (ARN) for the phone number.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#display_phone_numberString

The phone number that appears in the recipients display.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#display_phone_number_nameString

The display name for this phone number.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#meta_phone_number_idString

The phone number ID from Meta.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberString

The phone number associated with the Linked WhatsApp Business Account.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_idString

The phone number ID. Phone number identifiers are formatted as ‘phone-number-id-01234567890123456789012345678901`.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end

#quality_ratingString

The quality rating of the phone number. This is from Meta.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-socialmessaging/types.rb', line 998

class WhatsAppPhoneNumberSummary < Struct.new(
  :arn,
  :phone_number,
  :phone_number_id,
  :meta_phone_number_id,
  :display_phone_number_name,
  :display_phone_number,
  :quality_rating)
  SENSITIVE = []
  include Aws::Structure
end