Class: Aws::Types::CreateNotifyConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotifyConfigurationResult
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
213 214 215 |
# File 'sig/types.rbs', line 213 def @created_timestamp end |
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
203 204 205 |
# File 'sig/types.rbs', line 203 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
211 212 213 |
# File 'sig/types.rbs', line 211 def deletion_protection_enabled @deletion_protection_enabled end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
201 202 203 |
# File 'sig/types.rbs', line 201 def display_name @display_name end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
206 207 208 |
# File 'sig/types.rbs', line 206 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
205 206 207 |
# File 'sig/types.rbs', line 205 def enabled_countries @enabled_countries end |
#notify_configuration_arn ⇒ ::String
Returns the value of attribute notify_configuration_arn.
199 200 201 |
# File 'sig/types.rbs', line 199 def notify_configuration_arn @notify_configuration_arn end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def notify_configuration_id @notify_configuration_id end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
204 205 206 |
# File 'sig/types.rbs', line 204 def pool_id @pool_id end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
210 211 212 |
# File 'sig/types.rbs', line 210 def rejection_reason @rejection_reason end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
209 210 211 |
# File 'sig/types.rbs', line 209 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
212 213 214 |
# File 'sig/types.rbs', line 212 def @tags end |
#tier ⇒ "BASIC", "ADVANCED"
Returns the value of attribute tier.
207 208 209 |
# File 'sig/types.rbs', line 207 def tier @tier end |
#tier_upgrade_status ⇒ "BASIC", ...
Returns the value of attribute tier_upgrade_status.
208 209 210 |
# File 'sig/types.rbs', line 208 def tier_upgrade_status @tier_upgrade_status end |
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
202 203 204 |
# File 'sig/types.rbs', line 202 def use_case @use_case end |