Class: Aws::WorkSpacesWeb::Types::DeleteDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DeleteDataProtectionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
Instance Attribute Details
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1263 class DeleteDataProtectionSettingsRequest < Struct.new( :data_protection_settings_arn) SENSITIVE = [] include Aws::Structure end |