Class: Aws::Types::AnnotationTableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationTableConfiguration
- 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.
105 106 107 |
# File 'sig/types.rbs', line 105 def configuration_state @configuration_state end |
#encryption_configuration ⇒ Types::MetadataTableEncryptionConfiguration
Returns the value of attribute encryption_configuration.
106 107 108 |
# File 'sig/types.rbs', line 106 def encryption_configuration @encryption_configuration end |
#role ⇒ ::String
Returns the value of attribute role.
107 108 109 |
# File 'sig/types.rbs', line 107 def role @role end |