Module: Aws::PinpointSMSVoiceV2::Client::_UpdatePhoneNumberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePhoneNumberResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #international_sending_enabled ⇒ Boolean
- #iso_country_code ⇒ ::String
- #message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
- #monthly_leasing_price ⇒ ::String
- #number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
- #number_type ⇒ "SHORT_CODE", ...
- #opt_out_list_name ⇒ ::String
- #phone_number ⇒ ::String
- #phone_number_arn ⇒ ::String
- #phone_number_id ⇒ ::String
- #registration_id ⇒ ::String
- #self_managed_opt_outs_enabled ⇒ Boolean
- #status ⇒ "PENDING", ...
- #two_way_channel_arn ⇒ ::String
- #two_way_channel_role ⇒ ::String
- #two_way_enabled ⇒ Boolean
Instance Method Details
#created_timestamp ⇒ ::Time
1942 |
# File 'sig/client.rbs', line 1942
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1940 |
# File 'sig/client.rbs', line 1940
def deletion_protection_enabled: () -> bool
|
#international_sending_enabled ⇒ Boolean
1939 |
# File 'sig/client.rbs', line 1939
def international_sending_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1929 |
# File 'sig/client.rbs', line 1929
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1930 |
# File 'sig/client.rbs', line 1930
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1933 |
# File 'sig/client.rbs', line 1933
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1931 |
# File 'sig/client.rbs', line 1931
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "SHORT_CODE", ...
1932 |
# File 'sig/client.rbs', line 1932
def number_type: () -> ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1938 |
# File 'sig/client.rbs', line 1938
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1925 |
# File 'sig/client.rbs', line 1925
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1926 |
# File 'sig/client.rbs', line 1926
def phone_number_id: () -> ::String
|
#registration_id ⇒ ::String
1941 |
# File 'sig/client.rbs', line 1941
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1937 |
# File 'sig/client.rbs', line 1937
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1928 |
# File 'sig/client.rbs', line 1928
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
1935 |
# File 'sig/client.rbs', line 1935
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1936 |
# File 'sig/client.rbs', line 1936
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1934 |
# File 'sig/client.rbs', line 1934
def two_way_enabled: () -> bool
|