Class: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary
- 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
-
#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.
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_arn ⇒ String
The ARN of the data protection settings.
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 |
#description ⇒ String
The description of the data protection settings.
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_name ⇒ String
The display name of the data protection settings.
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 |