Method: Aws::WorkSpacesWeb::Types::DataProtectionSettingsSummary#creation_date
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#creation_date ⇒ Time
The creation date timestamp 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 |