Class: Aws::AppConfig::Types::UpdateAccountSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateAccountSettingsRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_protection ⇒ Types::DeletionProtectionSettings
A parameter to configure deletion protection.
Instance Attribute Details
#deletion_protection ⇒ Types::DeletionProtectionSettings
A parameter to configure deletion protection. Deletion protection
prevents a user from deleting a configuration profile or an
environment if AppConfig has called either
GetLatestConfiguration or for the configuration profile or from
the environment during the specified interval. The default interval
for ProtectionPeriodInMinutes
is 60.
2517 2518 2519 2520 2521 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2517 class UpdateAccountSettingsRequest < Struct.new( :deletion_protection) SENSITIVE = [] include Aws::Structure end |