Class: Aws::WorkSpacesWeb::Types::DeleteDataProtectionSettingsRequest

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_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


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