Class: Aws::Types::DistributionResultsOptions
- Inherits:
-
Object
- Object
- Aws::Types::DistributionResultsOptions
- 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_distribution_results_enabled ⇒ Boolean
Returns the value of attribute write_distribution_results_enabled.
Instance Attribute Details
#catalog_table_config ⇒ Types::CatalogTableConfigOptions
Returns the value of attribute catalog_table_config.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def catalog_table_config @catalog_table_config end |
#write_distribution_results_enabled ⇒ Boolean
Returns the value of attribute write_distribution_results_enabled.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def write_distribution_results_enabled @write_distribution_results_enabled end |