Class: Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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.



1907
1908
1909
1910
1911
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1907

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