Class: Aws::Types::ManagedQueryResultsConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::ManagedQueryResultsConfigurationUpdates
- 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.
-
#remove_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_encryption_configuration.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
873 874 875 |
# File 'sig/types.rbs', line 873 def enabled @enabled end |
#encryption_configuration ⇒ Types::ManagedQueryResultsEncryptionConfiguration
Returns the value of attribute encryption_configuration.
874 875 876 |
# File 'sig/types.rbs', line 874 def encryption_configuration @encryption_configuration end |
#remove_encryption_configuration ⇒ Boolean
Returns the value of attribute remove_encryption_configuration.
875 876 877 |
# File 'sig/types.rbs', line 875 def remove_encryption_configuration @remove_encryption_configuration end |