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
1486 |
# File 'sig/client.rbs', line 1486
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1482 |
# File 'sig/client.rbs', line 1482
def deletion_protection_enabled: () -> bool
|
#international_sending_enabled ⇒ Boolean
1481 |
# File 'sig/client.rbs', line 1481
def international_sending_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1471 |
# File 'sig/client.rbs', line 1471
def iso_country_code: () -> ::String
|
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
1472 |
# File 'sig/client.rbs', line 1472
def message_type: () -> ("TRANSACTIONAL" | "PROMOTIONAL")
|
#monthly_leasing_price ⇒ ::String
1475 |
# File 'sig/client.rbs', line 1475
def monthly_leasing_price: () -> ::String
|
#number_capabilities ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
1473 |
# File 'sig/client.rbs', line 1473
def number_capabilities: () -> ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
|
#number_type ⇒ "LONG_CODE", ...
1474 |
# File 'sig/client.rbs', line 1474
def number_type: () -> ("LONG_CODE" | "TOLL_FREE" | "TEN_DLC" | "SIMULATOR")
|
#opt_out_list_name ⇒ ::String
1480 |
# File 'sig/client.rbs', line 1480
def opt_out_list_name: () -> ::String
|
#phone_number ⇒ ::String
1469 |
# File 'sig/client.rbs', line 1469
def phone_number: () -> ::String
|
#phone_number_arn ⇒ ::String
1467 |
# File 'sig/client.rbs', line 1467
def phone_number_arn: () -> ::String
|
#phone_number_id ⇒ ::String
1468 |
# File 'sig/client.rbs', line 1468
def phone_number_id: () -> ::String
|
#pool_id ⇒ ::String
1483 |
# File 'sig/client.rbs', line 1483
def pool_id: () -> ::String
|
#registration_id ⇒ ::String
1484 |
# File 'sig/client.rbs', line 1484
def registration_id: () -> ::String
|
#self_managed_opt_outs_enabled ⇒ Boolean
1479 |
# File 'sig/client.rbs', line 1479
def self_managed_opt_outs_enabled: () -> bool
|
#status ⇒ "PENDING", ...
1470 |
# File 'sig/client.rbs', line 1470
def status: () -> ("PENDING" | "ACTIVE" | "ASSOCIATING" | "DISASSOCIATING" | "DELETED")
|
#tags ⇒ ::Array[Types::Tag]
1485 |
# File 'sig/client.rbs', line 1485
def tags: () -> ::Array[Types::Tag]
|
#two_way_channel_arn ⇒ ::String
1477 |
# File 'sig/client.rbs', line 1477
def two_way_channel_arn: () -> ::String
|
#two_way_channel_role ⇒ ::String
1478 |
# File 'sig/client.rbs', line 1478
def two_way_channel_role: () -> ::String
|
#two_way_enabled ⇒ Boolean
1476 |
# File 'sig/client.rbs', line 1476
def two_way_enabled: () -> bool
|