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
1516 |
# File 'sig/client.rbs', line 1516
def deletion_protection_enabled: () -> bool
|
#iso_country_code ⇒ ::String
1513 |
# File 'sig/client.rbs', line 1513
def iso_country_code: () -> ::String
|
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
1514 |
# File 'sig/client.rbs', line 1514
def message_types: () -> ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
#monthly_leasing_price ⇒ ::String
1515 |
# File 'sig/client.rbs', line 1515
def monthly_leasing_price: () -> ::String
|
#registered ⇒ Boolean
1517 |
# File 'sig/client.rbs', line 1517
def registered: () -> bool
|
#sender_id ⇒ ::String
1512 |
# File 'sig/client.rbs', line 1512
def sender_id: () -> ::String
|
#sender_id_arn ⇒ ::String
1511 |
# File 'sig/client.rbs', line 1511
def sender_id_arn: () -> ::String
|
#tags ⇒ ::Array[Types::Tag]
1518 |
# File 'sig/client.rbs', line 1518
def tags: () -> ::Array[Types::Tag]
|