Class: Aws::Types::UpdateNotifyConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotifyConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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_arn ⇒ ::String
Returns the value of attribute notify_configuration_arn.
-
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
-
#tier_upgrade_status ⇒ "BASIC", ...
Returns the value of attribute tier_upgrade_status.
-
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def @created_timestamp end |
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def deletion_protection_enabled @deletion_protection_enabled end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def display_name @display_name end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def enabled_countries @enabled_countries end |
#notify_configuration_arn ⇒ ::String
Returns the value of attribute notify_configuration_arn.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def notify_configuration_arn @notify_configuration_arn end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def notify_configuration_id @notify_configuration_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def pool_id @pool_id end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def rejection_reason @rejection_reason end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def status @status end |
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def tier @tier end |
#tier_upgrade_status ⇒ "BASIC", ...
Returns the value of attribute tier_upgrade_status.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def tier_upgrade_status @tier_upgrade_status end |
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def use_case @use_case end |