Class: Aws::Connect::Types::AvailableNumberSummary

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

Overview

Information about available phone numbers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_numberString

The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1043

class AvailableNumberSummary < Struct.new(
  :phone_number,
  :phone_number_country_code,
  :phone_number_type)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_country_codeString

The ISO country code.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1043

class AvailableNumberSummary < Struct.new(
  :phone_number,
  :phone_number_country_code,
  :phone_number_type)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_typeString

The type of phone number.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1043

class AvailableNumberSummary < Struct.new(
  :phone_number,
  :phone_number_country_code,
  :phone_number_type)
  SENSITIVE = []
  include Aws::Structure
end