Method: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary#data_protection_settings_arn

Defined in:
lib/aws-sdk-workspacesweb/types.rb

#data_protection_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


1517
1518
1519
1520
1521
1522
1523
1524
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1517

class DataProtectionSettingsSummary < Struct.new(
  :data_protection_settings_arn,
  :display_name,
  :description,
  :creation_date)
  SENSITIVE = [:display_name, :description]
  include Aws::Structure
end