Class: Aws::Types::CreateNotifyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotifyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
193 194 195 |
# File 'sig/types.rbs', line 193 def client_token @client_token end |
#default_template_id ⇒ ::String
Returns the value of attribute default_template_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def default_template_id @default_template_id end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
192 193 194 |
# File 'sig/types.rbs', line 192 def deletion_protection_enabled @deletion_protection_enabled end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def display_name @display_name end |
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute enabled_channels.
191 192 193 |
# File 'sig/types.rbs', line 191 def enabled_channels @enabled_channels end |
#enabled_countries ⇒ ::Array[::String]
Returns the value of attribute enabled_countries.
190 191 192 |
# File 'sig/types.rbs', line 190 def enabled_countries @enabled_countries end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def pool_id @pool_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def @tags end |
#use_case ⇒ "CODE_VERIFICATION"
Returns the value of attribute use_case.
187 188 189 |
# File 'sig/types.rbs', line 187 def use_case @use_case end |