Class: Aws::Types::NotifyCountryInformation
- Inherits:
-
Object
- Object
- Aws::Types::NotifyCountryInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_name ⇒ ::String
Returns the value of attribute country_name.
-
#customer_owned_identity_required ⇒ Boolean
Returns the value of attribute customer_owned_identity_required.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#supported_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute supported_channels.
-
#supported_tiers ⇒ ::Array[("BASIC" | "ADVANCED")]
Returns the value of attribute supported_tiers.
-
#supported_use_cases ⇒ ::Array[("CODE_VERIFICATION")]
Returns the value of attribute supported_use_cases.
Instance Attribute Details
#country_name ⇒ ::String
Returns the value of attribute country_name.
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.
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.
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.
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.
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.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def supported_use_cases @supported_use_cases end |