Class: Aws::Types::ObservationResultsOptions
- Inherits:
-
Object
- Object
- Aws::Types::ObservationResultsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
-
#write_observation_results_enabled ⇒ Boolean
Returns the value of attribute write_observation_results_enabled.
Instance Attribute Details
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
5796 5797 5798 |
# File 'sig/types.rbs', line 5796 def catalog_table_config @catalog_table_config end |
#write_observation_results_enabled ⇒ Boolean
Returns the value of attribute write_observation_results_enabled.
5795 5796 5797 |
# File 'sig/types.rbs', line 5795 def write_observation_results_enabled @write_observation_results_enabled end |