Module: Aws::PinpointSMSVoiceV2::Client::_DeleteProtectConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteProtectConfigurationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_default ⇒ Boolean
- #created_timestamp ⇒ ::Time
- #deletion_protection_enabled ⇒ Boolean
- #protect_configuration_arn ⇒ ::String
- #protect_configuration_id ⇒ ::String
Instance Method Details
#account_default ⇒ Boolean
592 |
# File 'sig/client.rbs', line 592
def account_default: () -> bool
|
#created_timestamp ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
593 |
# File 'sig/client.rbs', line 593
def deletion_protection_enabled: () -> bool
|
#protect_configuration_arn ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
590 |
# File 'sig/client.rbs', line 590
def protect_configuration_id: () -> ::String
|