Class: Aws::Types::ListNotifyCountriesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListNotifyCountriesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#notify_countries ⇒ ::Array[Types::NotifyCountryInformation]
Returns the value of attribute notify_countries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def next_token @next_token end |
#notify_countries ⇒ ::Array[Types::NotifyCountryInformation]
Returns the value of attribute notify_countries.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def notify_countries @notify_countries end |