Class: Aws::Types::UpdateNotifyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotifyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
-
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
-
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
Instance Attribute Details
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def deletion_protection_enabled @deletion_protection_enabled end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def enabled_countries @enabled_countries end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def notify_configuration_id @notify_configuration_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def pool_id @pool_id end |