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
1970 |
# File 'sig/client.rbs', line 1970
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1968 |
# File 'sig/client.rbs', line 1968
def deletion_protection_enabled: () -> bool
|
#international_sending_enabled ⇒ Boolean
1967 |
# File 'sig/client.rbs', line 1967
def international_sending_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1957 |
# File 'sig/client.rbs', line 1957
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1958 |
# File 'sig/client.rbs', line 1958
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1961 |
# File 'sig/client.rbs', line 1961
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1959 |
# File 'sig/client.rbs', line 1959
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "SHORT_CODE", ...
1960 |
# File 'sig/client.rbs', line 1960
def number_type: () -> ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1966 |
# File 'sig/client.rbs', line 1966
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1955 |
# File 'sig/client.rbs', line 1955
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1953 |
# File 'sig/client.rbs', line 1953
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def phone_number_id: () -> ::String
|
#registration_id ⇒ ::String
1969 |
# File 'sig/client.rbs', line 1969
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1965 |
# File 'sig/client.rbs', line 1965
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1956 |
# File 'sig/client.rbs', line 1956
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
1963 |
# File 'sig/client.rbs', line 1963
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1964 |
# File 'sig/client.rbs', line 1964
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1962 |
# File 'sig/client.rbs', line 1962
def two_way_enabled: () -> bool
|