Class: Aws::Types::MetadataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MetadataConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_table_configuration ⇒ Types::AnnotationTableConfiguration
Returns the value of attribute annotation_table_configuration.
-
#inventory_table_configuration ⇒ Types::InventoryTableConfiguration
Returns the value of attribute inventory_table_configuration.
-
#journal_table_configuration ⇒ Types::JournalTableConfiguration
Returns the value of attribute journal_table_configuration.
Instance Attribute Details
#annotation_table_configuration ⇒ Types::AnnotationTableConfiguration
Returns the value of attribute annotation_table_configuration.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def annotation_table_configuration @annotation_table_configuration end |
#inventory_table_configuration ⇒ Types::InventoryTableConfiguration
Returns the value of attribute inventory_table_configuration.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def inventory_table_configuration @inventory_table_configuration end |
#journal_table_configuration ⇒ Types::JournalTableConfiguration
Returns the value of attribute journal_table_configuration.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def journal_table_configuration @journal_table_configuration end |