Class: Aws::WorkSpacesWeb::Types::UpdateDataProtectionSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_protection_settingsTypes::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