Module: Aws::PinpointSMSVoiceV2::Client::_RequestSenderIdResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RequestSenderIdResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #deletion_protection_enabled ⇒ Boolean
- #iso_country_code ⇒ ::String
- #message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
- #monthly_leasing_price ⇒ ::String
- #registered ⇒ Boolean
- #sender_id ⇒ ::String
- #sender_id_arn ⇒ ::String
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#deletion_protection_enabled ⇒ Boolean
1544 |
# File 'sig/client.rbs', line 1544
def deletion_protection_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1541 |
# File 'sig/client.rbs', line 1541
def iso_country_code: () -> ::String
|
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
1542 |
# File 'sig/client.rbs', line 1542
def message_types: () -> ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
#monthly_leasing_price ⇒ ::String
1543 |
# File 'sig/client.rbs', line 1543
def monthly_leasing_price: () -> ::String
|
#registered ⇒ Boolean
1545 |
# File 'sig/client.rbs', line 1545
def registered: () -> bool
|
#sender_id ⇒ ::String
1540 |
# File 'sig/client.rbs', line 1540
def sender_id: () -> ::String
|
#sender_id_arn ⇒ ::String
1539 |
# File 'sig/client.rbs', line 1539
def sender_id_arn: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1546 |
# File 'sig/client.rbs', line 1546
def tags: () -> ::Array[Types::Tag]
|