Class: Aws::Types::AnnotationTableConfigurationUpdates
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationTableConfigurationUpdates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
-
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#role ⇒ ::String
Returns the value of attribute role.
Instance Attribute Details
#configuration_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute configuration_state.
122 123 124 |
# File 'sig/types.rbs', line 122 def configuration_state @configuration_state end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
123 124 125 |
# File 'sig/types.rbs', line 123 def encryption_configuration @encryption_configuration end |
#role ⇒ ::String
Returns the value of attribute role.
124 125 126 |
# File 'sig/types.rbs', line 124 def role @role end |