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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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)


6578
6579
6580
6581
6582
6583
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6578

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


6578
6579
6580
6581
6582
6583
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6578

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