Class: Aws::Types::ListDataProtectionSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDataProtectionSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_protection_settings ⇒ ::Array[Types::DataProtectionSettingsSummary]
Returns the value of attribute data_protection_settings.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_protection_settings ⇒ ::Array[Types::DataProtectionSettingsSummary]
Returns the value of attribute data_protection_settings.
790 791 792 |
# File 'sig/types.rbs', line 790 def data_protection_settings @data_protection_settings end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
791 792 793 |
# File 'sig/types.rbs', line 791 def next_token @next_token end |