Class: Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsResponse
- 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.
1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1901 class GetDataProtectionSettingsResponse < Struct.new( :data_protection_settings) SENSITIVE = [] include Aws::Structure end |