Class: Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_protection_settings ⇒ Types::DataProtectionSettings
The data protection settings.
Instance Attribute Details
#data_protection_settings ⇒ Types::DataProtectionSettings
The data protection settings.
3329 3330 3331 3332 3333 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3329 class UpdateDataProtectionSettingsResponse < Struct.new( :data_protection_settings) SENSITIVE = [] include Aws::Structure end |