Module: Aws::PinpointSMSVoiceV2::Client::_CreateNotifyConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateNotifyConfigurationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #default_template_id ⇒ ::String
- #deletion_protection_enabled ⇒ Boolean
- #display_name ⇒ ::String
- #enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
- #enabled_countries ⇒ ::Array[::String]
- #notify_configuration_arn ⇒ ::String
- #notify_configuration_id ⇒ ::String
- #pool_id ⇒ ::String
- #rejection_reason ⇒ ::String
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Array[Types::Tag]
- #tier ⇒ "BASIC", "ADVANCED"
- #tier_upgrade_status ⇒ "BASIC", ...
- #use_case ⇒ "CODE_VERIFICATION"
Instance Method Details
#created_timestamp ⇒ ::Time
192 |
# File 'sig/client.rbs', line 192
def created_timestamp: () -> ::Time
|
#default_template_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def default_template_id: () -> ::String
|
#deletion_protection_enabled ⇒ Boolean
190 |
# File 'sig/client.rbs', line 190
def deletion_protection_enabled: () -> bool
|
#display_name ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def display_name: () -> ::String
|
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
185 |
# File 'sig/client.rbs', line 185
def enabled_channels: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#enabled_countries ⇒ ::Array[::String]
184 |
# File 'sig/client.rbs', line 184
def enabled_countries: () -> ::Array[::String]
|
#notify_configuration_arn ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def notify_configuration_arn: () -> ::String
|
#notify_configuration_id ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def notify_configuration_id: () -> ::String
|
#pool_id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def pool_id: () -> ::String
|
#rejection_reason ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def rejection_reason: () -> ::String
|
#status ⇒ "PENDING", ...
188 |
# File 'sig/client.rbs', line 188
def status: () -> ("PENDING" | "ACTIVE" | "REJECTED" | "REQUIRES_VERIFICATION")
|
#tags ⇒ ::Array[Types::Tag]
191 |
# File 'sig/client.rbs', line 191
def tags: () -> ::Array[Types::Tag]
|
#tier ⇒ "BASIC", "ADVANCED"
186 |
# File 'sig/client.rbs', line 186
def tier: () -> ("BASIC" | "ADVANCED")
|
#tier_upgrade_status ⇒ "BASIC", ...
187 |
# File 'sig/client.rbs', line 187
def tier_upgrade_status: () -> ("BASIC" | "PENDING_UPGRADE" | "ADVANCED" | "REJECTED")
|
#use_case ⇒ "CODE_VERIFICATION"
181 |
# File 'sig/client.rbs', line 181
def use_case: () -> ("CODE_VERIFICATION")
|