Class: Aws::Types::DataProtectionSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataProtectionSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
380 381 382 |
# File 'sig/types.rbs', line 380 def creation_date @creation_date end |
#data_protection_settings_arn ⇒ ::String
Returns the value of attribute data_protection_settings_arn.
377 378 379 |
# File 'sig/types.rbs', line 377 def data_protection_settings_arn @data_protection_settings_arn end |
#description ⇒ ::String
Returns the value of attribute description.
379 380 381 |
# File 'sig/types.rbs', line 379 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def display_name @display_name end |