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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1504 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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1504 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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1504 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.
1504 1505 1506 1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1504 class DataProtectionSettingsSummary < Struct.new( :data_protection_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |