Method: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary#display_name
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#display_name ⇒ String
The display name of the data protection settings.
1517 1518 1519 1520 1521 1522 1523 1524 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1517 class DataProtectionSettingsSummary < Struct.new( :data_protection_settings_arn, :display_name, :description, :creation_date) SENSITIVE = [:display_name, :description] include Aws::Structure end |