Module: Aws::PinpointSMSVoiceV2::Client::_UpdateNotifyConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateNotifyConfigurationResult]
- 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", ...
- #tier ⇒ "BASIC", "ADVANCED"
- #tier_upgrade_status ⇒ "BASIC", ...
- #use_case ⇒ "CODE_VERIFICATION"
Instance Method Details
#created_timestamp ⇒ ::Time
1910 |
# File 'sig/client.rbs', line 1910
def created_timestamp: () -> ::Time
|
#default_template_id ⇒ ::String
1901 |
# File 'sig/client.rbs', line 1901
def default_template_id: () -> ::String
|
#deletion_protection_enabled ⇒ Boolean
1909 |
# File 'sig/client.rbs', line 1909
def deletion_protection_enabled: () -> bool
|
#display_name ⇒ ::String
1899 |
# File 'sig/client.rbs', line 1899
def display_name: () -> ::String
|
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1904 |
# File 'sig/client.rbs', line 1904
def enabled_channels: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#enabled_countries ⇒ ::Array[::String]
1903 |
# File 'sig/client.rbs', line 1903
def enabled_countries: () -> ::Array[::String]
|
#notify_configuration_arn ⇒ ::String
1897 |
# File 'sig/client.rbs', line 1897
def notify_configuration_arn: () -> ::String
|
#notify_configuration_id ⇒ ::String
1898 |
# File 'sig/client.rbs', line 1898
def notify_configuration_id: () -> ::String
|
#pool_id ⇒ ::String
1902 |
# File 'sig/client.rbs', line 1902
def pool_id: () -> ::String
|
#rejection_reason ⇒ ::String
1908 |
# File 'sig/client.rbs', line 1908
def rejection_reason: () -> ::String
|
#status ⇒ "PENDING", ...
1907 |
# File 'sig/client.rbs', line 1907
def status: () -> ("PENDING" | "ACTIVE" | "REJECTED" | "REQUIRES_VERIFICATION")
|
#tier ⇒ "BASIC", "ADVANCED"
1905 |
# File 'sig/client.rbs', line 1905
def tier: () -> ("BASIC" | "ADVANCED")
|
#tier_upgrade_status ⇒ "BASIC", ...
1906 |
# File 'sig/client.rbs', line 1906
def tier_upgrade_status: () -> ("BASIC" | "PENDING_UPGRADE" | "ADVANCED" | "REJECTED")
|
#use_case ⇒ "CODE_VERIFICATION"
1900 |
# File 'sig/client.rbs', line 1900
def use_case: () -> ("CODE_VERIFICATION")
|