Class: Aws::ChimeSDKVoice::Types::PhoneNumberCountry

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

Overview

The phone number's country.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

The phone number country code. Format: ISO 3166-1 alpha-2.

Returns:

  • (String)


2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2289

class PhoneNumberCountry < Struct.new(
  :country_code,
  :supported_phone_number_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_phone_number_typesArray<String>

The supported phone number types.

Returns:

  • (Array<String>)


2289
2290
2291
2292
2293
2294
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2289

class PhoneNumberCountry < Struct.new(
  :country_code,
  :supported_phone_number_types)
  SENSITIVE = []
  include Aws::Structure
end