Module: Aws::PinpointSMSVoiceV2::Client::_ReleaseSenderIdResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReleaseSenderIdResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #iso_country_code ⇒ ::String
- #message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
- #monthly_leasing_price ⇒ ::String
- #registered ⇒ Boolean
- #registration_id ⇒ ::String
- #sender_id ⇒ ::String
- #sender_id_arn ⇒ ::String
Instance Method Details
#iso_country_code ⇒ ::String
1452 |
# File 'sig/client.rbs', line 1452
def iso_country_code: () -> ::String
|
#message_types ⇒ ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
1453 |
# File 'sig/client.rbs', line 1453
def message_types: () -> ::Array[("TRANSACTIONAL" | "PROMOTIONAL")]
|
#monthly_leasing_price ⇒ ::String
1454 |
# File 'sig/client.rbs', line 1454
def monthly_leasing_price: () -> ::String
|
#registered ⇒ Boolean
1455 |
# File 'sig/client.rbs', line 1455
def registered: () -> bool
|
#registration_id ⇒ ::String
1456 |
# File 'sig/client.rbs', line 1456
def registration_id: () -> ::String
|
#sender_id ⇒ ::String
1451 |
# File 'sig/client.rbs', line 1451
def sender_id: () -> ::String
|
#sender_id_arn ⇒ ::String
1450 |
# File 'sig/client.rbs', line 1450
def sender_id_arn: () -> ::String
|