Class: Aws::Chime::Types::PhoneNumberCountry

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

Overview

The phone number 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)

6412
6413
6414
6415
6416
6417
# File 'lib/aws-sdk-chime/types.rb', line 6412

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>)

6412
6413
6414
6415
6416
6417
# File 'lib/aws-sdk-chime/types.rb', line 6412

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