Class: Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsRequest

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:



1896
1897
1898
1899
1900
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1896

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