Class: Aws::Types::ProfilingResultsOptions
- Inherits:
-
Object
- Object
- Aws::Types::ProfilingResultsOptions
- 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.
-
#distribution_results ⇒ Types::DistributionResultsOptions
Returns the value of attribute distribution_results.
-
#write_profiling_results_enabled ⇒ Boolean
Returns the value of attribute write_profiling_results_enabled.
Instance Attribute Details
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def catalog_table_config @catalog_table_config end |
#distribution_results ⇒ Types::DistributionResultsOptions
Returns the value of attribute distribution_results.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def distribution_results @distribution_results end |
#write_profiling_results_enabled ⇒ Boolean
Returns the value of attribute write_profiling_results_enabled.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def write_profiling_results_enabled @write_profiling_results_enabled end |