Class: Aws::Types::ListNotifyCountriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListNotifyCountriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute channels.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
-
#use_cases ⇒ ::Array[("CODE_VERIFICATION")]
Returns the value of attribute use_cases.
Instance Attribute Details
#channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute channels.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def channels @channels end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def next_token @next_token end |
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def tier @tier end |
#use_cases ⇒ ::Array[("CODE_VERIFICATION")]
Returns the value of attribute use_cases.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def use_cases @use_cases end |