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

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

Overview

The summary of the data protection settings.

Constant Summary collapse

SENSITIVE =
[:display_name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date timestamp of the data protection settings.

Returns:

  • (Time)


1338
1339
1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1338

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

#data_protection_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1338

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

#descriptionString

The description of the data protection settings.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1338

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

#display_nameString

The display name of the data protection settings.

Returns:

  • (String)


1338
1339
1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1338

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