Class: Aws::Types::NotifyConfigurationInformation
- Inherits:
-
Object
- Object
- Aws::Types::NotifyConfigurationInformation
- 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.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def @created_timestamp end |
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def deletion_protection_enabled @deletion_protection_enabled end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def display_name @display_name end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def enabled_countries @enabled_countries end |
#notify_configuration_arn ⇒ ::String
Returns the value of attribute notify_configuration_arn.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def notify_configuration_arn @notify_configuration_arn end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def notify_configuration_id @notify_configuration_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def pool_id @pool_id end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def rejection_reason @rejection_reason end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def status @status end |
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def tier @tier end |
#tier_upgrade_status ⇒ "BASIC", ...
Returns the value of attribute tier_upgrade_status.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def tier_upgrade_status @tier_upgrade_status end |
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def use_case @use_case end |