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.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def annotation_table_configuration_result @annotation_table_configuration_result end |
#destination_result ⇒ Types::DestinationResult
Returns the value of attribute destination_result.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def destination_result @destination_result end |
#inventory_table_configuration_result ⇒ Types::InventoryTableConfigurationResult
Returns the value of attribute inventory_table_configuration_result.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 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.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def journal_table_configuration_result @journal_table_configuration_result end |