Class: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary
- 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
-
#creation_date ⇒ Time
The creation date timestamp of the data protection settings.
-
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
-
#description ⇒ String
The description of the data protection settings.
-
#display_name ⇒ String
The display name of the data protection settings.
Instance Attribute Details
#creation_date ⇒ Time
The creation date timestamp of the data protection settings.
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_arn ⇒ String
The ARN of the data protection settings.
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 |
#description ⇒ String
The description of the data protection settings.
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_name ⇒ String
The display name of the data protection settings.
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 |