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
1990 |
# File 'sig/client.rbs', line 1990
def account_default: () -> bool
|
#created_timestamp ⇒ ::Time
1989 |
# File 'sig/client.rbs', line 1989
def created_timestamp: () -> ::Time
|
#deletion_protection_enabled ⇒ Boolean
1991 |
# File 'sig/client.rbs', line 1991
def deletion_protection_enabled: () -> bool
|
#protect_configuration_arn ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def protect_configuration_arn: () -> ::String
|
#protect_configuration_id ⇒ ::String
1988 |
# File 'sig/client.rbs', line 1988
def protect_configuration_id: () -> ::String
|