Class: Aws::Types::ManagedQueryResultsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedQueryResultsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#encryption_configuration ⇒ Types::ManagedQueryResultsEncryptionConfiguration
Returns the value of attribute encryption_configuration.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
867 868 869 |
# File 'sig/types.rbs', line 867 def enabled @enabled end |
#encryption_configuration ⇒ Types::ManagedQueryResultsEncryptionConfiguration
Returns the value of attribute encryption_configuration.
868 869 870 |
# File 'sig/types.rbs', line 868 def encryption_configuration @encryption_configuration end |