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.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def annotation_table_configuration @annotation_table_configuration end |
#inventory_table_configuration ⇒ Types::InventoryTableConfiguration
Returns the value of attribute inventory_table_configuration.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def inventory_table_configuration @inventory_table_configuration end |
#journal_table_configuration ⇒ Types::JournalTableConfiguration
Returns the value of attribute journal_table_configuration.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def journal_table_configuration @journal_table_configuration end |