Class: Aws::Types::IntermediateTableAnalysisRuleCustom
- Inherits:
-
Object
- Object
- Aws::Types::IntermediateTableAnalysisRuleCustom
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_analyses ⇒ "ALLOWED", ...
Returns the value of attribute additional_analyses.
-
#aggregation_thresholds ⇒ ::Array[Types::AggregationThreshold]
Returns the value of attribute aggregation_thresholds.
-
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
-
#allowed_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_analyses.
-
#allowed_analysis_providers ⇒ ::Array[::String]
Returns the value of attribute allowed_analysis_providers.
-
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
-
#comparison_controls ⇒ Types::ComparisonControls
Returns the value of attribute comparison_controls.
-
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
Returns the value of attribute differential_privacy.
-
#disallowed_output_columns ⇒ ::Array[::String]
Returns the value of attribute disallowed_output_columns.
Instance Attribute Details
#additional_analyses ⇒ "ALLOWED", ...
Returns the value of attribute additional_analyses.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def additional_analyses @additional_analyses end |
#aggregation_thresholds ⇒ ::Array[Types::AggregationThreshold]
Returns the value of attribute aggregation_thresholds.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def aggregation_thresholds @aggregation_thresholds end |
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def allowed_additional_analyses @allowed_additional_analyses end |
#allowed_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_analyses.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def allowed_analyses @allowed_analyses end |
#allowed_analysis_providers ⇒ ::Array[::String]
Returns the value of attribute allowed_analysis_providers.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def allowed_analysis_providers @allowed_analysis_providers end |
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def allowed_result_receivers @allowed_result_receivers end |
#comparison_controls ⇒ Types::ComparisonControls
Returns the value of attribute comparison_controls.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def comparison_controls @comparison_controls end |
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
Returns the value of attribute differential_privacy.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def differential_privacy @differential_privacy end |
#disallowed_output_columns ⇒ ::Array[::String]
Returns the value of attribute disallowed_output_columns.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def disallowed_output_columns @disallowed_output_columns end |