Module: Aws::PinpointSMSVoiceV2::Client::_RequestPhoneNumberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RequestPhoneNumberResult]
- 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 ⇒ "LONG_CODE", ...
- #opt_out_list_name ⇒ ::String
- #phone_number ⇒ ::String
- #phone_number_arn ⇒ ::String
- #phone_number_id ⇒ ::String
- #pool_id ⇒ ::String
- #registration_id ⇒ ::String
- #self_managed_opt_outs_enabled ⇒ Boolean
- #status ⇒ "PENDING", ...
- #tags ⇒ ::Array[Types::Tag]
- #two_way_channel_arn ⇒ ::String
- #two_way_channel_role ⇒ ::String
- #two_way_enabled ⇒ Boolean
Instance Method Details
#created_timestamp ⇒ ::Time
1508 |
# File 'sig/client.rbs', line 1508
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1504 |
# File 'sig/client.rbs', line 1504
def deletion_protection_enabled: () -> bool
|
#international_sending_enabled ⇒ Boolean
1503 |
# File 'sig/client.rbs', line 1503
def international_sending_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1493 |
# File 'sig/client.rbs', line 1493
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1494 |
# File 'sig/client.rbs', line 1494
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1497 |
# File 'sig/client.rbs', line 1497
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1495 |
# File 'sig/client.rbs', line 1495
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "LONG_CODE", ...
1496 |
# File 'sig/client.rbs', line 1496
def number_type: () -> ("LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1502 |
# File 'sig/client.rbs', line 1502
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1491 |
# File 'sig/client.rbs', line 1491
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1489 |
# File 'sig/client.rbs', line 1489
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1490 |
# File 'sig/client.rbs', line 1490
def phone_number_id: () -> ::String
|
#pool_id ⇒ ::String
1505 |
# File 'sig/client.rbs', line 1505
def pool_id: () -> ::String
|
#registration_id ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1501 |
# File 'sig/client.rbs', line 1501
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1492 |
# File 'sig/client.rbs', line 1492
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#tags ⇒ ::Array[Types::Tag]
1507 |
# File 'sig/client.rbs', line 1507
def tags: () -> ::Array[Types::Tag]
|
#two_way_channel_arn ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1500 |
# File 'sig/client.rbs', line 1500
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1498 |
# File 'sig/client.rbs', line 1498
def two_way_enabled: () -> bool
|