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.



4045
4046
4047
4048
4049
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045

class UpdateDataProtectionSettingsResponse < Struct.new(
  :data_protection_settings)
  SENSITIVE = []
  include Aws::Structure
end