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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def country_name @country_name end |
#customer_owned_identity_required ⇒ Boolean
Returns the value of attribute customer_owned_identity_required.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def customer_owned_identity_required @customer_owned_identity_required end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def iso_country_code @iso_country_code end |
#supported_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute supported_channels.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def supported_channels @supported_channels end |
#supported_tiers ⇒ ::Array[("BASIC" | "ADVANCED")]
Returns the value of attribute supported_tiers.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def supported_tiers @supported_tiers end |
#supported_use_cases ⇒ ::Array[("CODE_VERIFICATION")]
Returns the value of attribute supported_use_cases.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def supported_use_cases @supported_use_cases end |