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.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def deletion_protection_enabled @deletion_protection_enabled end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def enabled_countries @enabled_countries end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def notify_configuration_id @notify_configuration_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def pool_id @pool_id end |