Class: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of the data protection settings.

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date timestamp of the data protection settings.

Returns:

  • (Time)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1232

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

#data_protection_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1232

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

#descriptionString

The description of the data protection settings.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1232

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

#display_nameString

The display name of the data protection settings.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
1239
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1232

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