Class: Aws::Types::ProfilingResultsOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_table_configTypes::CatalogTableConfigOptions

Returns the value of attribute catalog_table_config.



6009
6010
6011
# File 'sig/types.rbs', line 6009

def catalog_table_config
  @catalog_table_config
end

#distribution_resultsTypes::DistributionResultsOptions

Returns the value of attribute distribution_results.



6010
6011
6012
# File 'sig/types.rbs', line 6010

def distribution_results
  @distribution_results
end

#write_profiling_results_enabledBoolean

Returns the value of attribute write_profiling_results_enabled.

Returns:

  • (Boolean)


6008
6009
6010
# File 'sig/types.rbs', line 6008

def write_profiling_results_enabled
  @write_profiling_results_enabled
end