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
1462 |
# File 'sig/client.rbs', line 1462
def created_timestamp: () -> ::Time
|
#iso_country_code ⇒ ::String
1451 |
# File 'sig/client.rbs', line 1451
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1452 |
# File 'sig/client.rbs', line 1452
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1455 |
# File 'sig/client.rbs', line 1455
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1453 |
# File 'sig/client.rbs', line 1453
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "SHORT_CODE", ...
1454 |
# File 'sig/client.rbs', line 1454
def number_type: () -> ("SHORT_CODE" | "LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1449 |
# File 'sig/client.rbs', line 1449
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1447 |
# File 'sig/client.rbs', line 1447
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1448 |
# File 'sig/client.rbs', line 1448
def phone_number_id: () -> ::String
|
#registration_id ⇒ ::String
1461 |
# File 'sig/client.rbs', line 1461
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1459 |
# File 'sig/client.rbs', line 1459
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1450 |
# File 'sig/client.rbs', line 1450
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#two_way_channel_arn ⇒ ::String
1457 |
# File 'sig/client.rbs', line 1457
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1458 |
# File 'sig/client.rbs', line 1458
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1456 |
# File 'sig/client.rbs', line 1456
def two_way_enabled: () -> bool
|