Module: Aws::PinpointSMSVoiceV2::Client::_DeleteProtectConfigurationRuleSetNumberOverrideResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteProtectConfigurationRuleSetNumberOverrideResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ALLOW", "BLOCK"
- #created_timestamp ⇒ ::Time
- #destination_phone_number ⇒ ::String
- #expiration_timestamp ⇒ ::Time
- #iso_country_code ⇒ ::String
- #protect_configuration_arn ⇒ ::String
- #protect_configuration_id ⇒ ::String
Instance Method Details
#action ⇒ "ALLOW", "BLOCK"
607 |
# File 'sig/client.rbs', line 607
def action: () -> ("ALLOW" | "BLOCK")
|
#created_timestamp ⇒ ::Time
606 |
# File 'sig/client.rbs', line 606
def created_timestamp: () -> ::Time
|
#destination_phone_number ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def destination_phone_number: () -> ::String
|
#expiration_timestamp ⇒ ::Time
609 |
# File 'sig/client.rbs', line 609
def expiration_timestamp: () -> ::Time
|
#iso_country_code ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def iso_country_code: () -> ::String
|
#protect_configuration_arn ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def protect_configuration_id: () -> ::String
|