Module: Aws::PinpointSMSVoiceV2::Client::_UpdateProtectConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProtectConfigurationResult]
- 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
2018 |
# File 'sig/client.rbs', line 2018
def account_default: () -> bool
|
#created_timestamp ⇒ ::Time
2017 |
# File 'sig/client.rbs', line 2017
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
2019 |
# File 'sig/client.rbs', line 2019
def deletion_protection_enabled: () -> bool
|
#protect_configuration_arn ⇒ ::String
2015 |
# File 'sig/client.rbs', line 2015
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
2016 |
# File 'sig/client.rbs', line 2016
def protect_configuration_id: () -> ::String
|