Class: Aws::Types::NotifyCountryInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#country_name ⇒ ::String

Returns the value of attribute country_name.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def country_name
  @country_name
end

#customer_owned_identity_required ⇒ Boolean

Returns the value of attribute customer_owned_identity_required.

Returns:

  • (Boolean)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def customer_owned_identity_required
  @customer_owned_identity_required
end

#iso_country_code ⇒ ::String

Returns the value of attribute iso_country_code.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def iso_country_code
  @iso_country_code
end

#supported_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]

Returns the value of attribute supported_channels.

Returns:

  • (::Array[("SMS" | "VOICE" | "MMS" | "RCS")])


1281
1282
1283
# File 'sig/types.rbs', line 1281

def supported_channels
  @supported_channels
end

#supported_tiers ⇒ ::Array[("BASIC" | "ADVANCED")]

Returns the value of attribute supported_tiers.

Returns:

  • (::Array[("BASIC" | "ADVANCED")])


1283
1284
1285
# File 'sig/types.rbs', line 1283

def supported_tiers
  @supported_tiers
end

#supported_use_cases ⇒ ::Array[("CODE_VERIFICATION")]

Returns the value of attribute supported_use_cases.

Returns:

  • (::Array[("CODE_VERIFICATION")])


1282
1283
1284
# File 'sig/types.rbs', line 1282

def supported_use_cases
  @supported_use_cases
end