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

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.



1560
1561
1562
1563
1564
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1560

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