Module: Aws::PinpointSMSVoiceV2::Client::_ReleasePhoneNumberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReleasePhoneNumberResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #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
1440 |
# File 'sig/client.rbs', line 1440
def created_timestamp: () -> ::Time
|
#iso_country_code ⇒ ::String
1429 |
# File 'sig/client.rbs', line 1429
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1430 |
# File 'sig/client.rbs', line 1430
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1433 |
# File 'sig/client.rbs', line 1433
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1431 |
# File 'sig/client.rbs', line 1431
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "SHORT_CODE", ...
1432 |
# File 'sig/client.rbs', line 1432
def number_type: () -> ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1438 |
# File 'sig/client.rbs', line 1438
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1427 |
# File 'sig/client.rbs', line 1427
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1425 |
# File 'sig/client.rbs', line 1425
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1426 |
# File 'sig/client.rbs', line 1426
def phone_number_id: () -> ::String
|
#registration_id ⇒ ::String
1439 |
# File 'sig/client.rbs', line 1439
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1437 |
# File 'sig/client.rbs', line 1437
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1428 |
# File 'sig/client.rbs', line 1428
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
1435 |
# File 'sig/client.rbs', line 1435
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1436 |
# File 'sig/client.rbs', line 1436
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1434 |
# File 'sig/client.rbs', line 1434
def two_way_enabled: () -> bool
|