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
1938 |
# File 'sig/client.rbs', line 1938
def created_timestamp: () -> ::Time
|
#default_template_id ⇒ ::String
1929 |
# File 'sig/client.rbs', line 1929
def default_template_id: () -> ::String
|
#deletion_protection_enabled ⇒ Boolean
1937 |
# File 'sig/client.rbs', line 1937
def deletion_protection_enabled: () -> bool
|
#display_name ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def display_name: () -> ::String
|
#enabled_channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1932 |
# File 'sig/client.rbs', line 1932
def enabled_channels: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#enabled_countries ⇒ ::Array[::String]
1931 |
# File 'sig/client.rbs', line 1931
def enabled_countries: () -> ::Array[::String]
|
#notify_configuration_arn ⇒ ::String
1925 |
# File 'sig/client.rbs', line 1925
def notify_configuration_arn: () -> ::String
|
#notify_configuration_id ⇒ ::String
1926 |
# File 'sig/client.rbs', line 1926
def notify_configuration_id: () -> ::String
|
#pool_id ⇒ ::String
1930 |
# File 'sig/client.rbs', line 1930
def pool_id: () -> ::String
|
#rejection_reason ⇒ ::String
1936 |
# File 'sig/client.rbs', line 1936
def rejection_reason: () -> ::String
|
#status ⇒ "PENDING", ...
1935 |
# File 'sig/client.rbs', line 1935
def status: () -> ("PENDING" | "ACTIVE" | "REJECTED" | "REQUIRES_VERIFICATION")
|
#tier ⇒ "BASIC", "ADVANCED"
1933 |
# File 'sig/client.rbs', line 1933
def tier: () -> ("BASIC" | "ADVANCED")
|
#tier_upgrade_status ⇒ "BASIC", ...
1934 |
# File 'sig/client.rbs', line 1934
def tier_upgrade_status: () -> ("BASIC" | "PENDING_UPGRADE" | "ADVANCED" | "REJECTED")
|
#use_case ⇒ "CODE_VERIFICATION"
1928 |
# File 'sig/client.rbs', line 1928
def use_case: () -> ("CODE_VERIFICATION")
|