Class: Aws::Types::MetadataConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::MetadataConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation_table_configuration_result ⇒ Types::AnnotationTableConfigurationResult
Returns the value of attribute annotation_table_configuration_result.
-
#destination_result ⇒ Types::DestinationResult
Returns the value of attribute destination_result.
-
#inventory_table_configuration_result ⇒ Types::InventoryTableConfigurationResult
Returns the value of attribute inventory_table_configuration_result.
-
#journal_table_configuration_result ⇒ Types::JournalTableConfigurationResult
Returns the value of attribute journal_table_configuration_result.
Instance Attribute Details
#annotation_table_configuration_result ⇒ Types::AnnotationTableConfigurationResult
Returns the value of attribute annotation_table_configuration_result.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def annotation_table_configuration_result @annotation_table_configuration_result end |
#destination_result ⇒ Types::DestinationResult
Returns the value of attribute destination_result.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def destination_result @destination_result end |
#inventory_table_configuration_result ⇒ Types::InventoryTableConfigurationResult
Returns the value of attribute inventory_table_configuration_result.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def inventory_table_configuration_result @inventory_table_configuration_result end |
#journal_table_configuration_result ⇒ Types::JournalTableConfigurationResult
Returns the value of attribute journal_table_configuration_result.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def journal_table_configuration_result @journal_table_configuration_result end |