Class: Aws::Types::AnalysisRuleCustom
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRuleCustom
- 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.
151 152 153 |
# File 'sig/types.rbs', line 151 def additional_analyses @additional_analyses end |
#aggregation_thresholds ⇒ ::Array[Types::AggregationThreshold]
Returns the value of attribute aggregation_thresholds.
154 155 156 |
# File 'sig/types.rbs', line 154 def aggregation_thresholds @aggregation_thresholds end |
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
157 158 159 |
# File 'sig/types.rbs', line 157 def allowed_additional_analyses @allowed_additional_analyses end |
#allowed_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_analyses.
149 150 151 |
# File 'sig/types.rbs', line 149 def allowed_analyses @allowed_analyses end |
#allowed_analysis_providers ⇒ ::Array[::String]
Returns the value of attribute allowed_analysis_providers.
150 151 152 |
# File 'sig/types.rbs', line 150 def allowed_analysis_providers @allowed_analysis_providers end |
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
156 157 158 |
# File 'sig/types.rbs', line 156 def allowed_result_receivers @allowed_result_receivers end |
#comparison_controls ⇒ Types::ComparisonControls
Returns the value of attribute comparison_controls.
155 156 157 |
# File 'sig/types.rbs', line 155 def comparison_controls @comparison_controls end |
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
Returns the value of attribute differential_privacy.
153 154 155 |
# File 'sig/types.rbs', line 153 def differential_privacy @differential_privacy end |
#disallowed_output_columns ⇒ ::Array[::String]
Returns the value of attribute disallowed_output_columns.
152 153 154 |
# File 'sig/types.rbs', line 152 def disallowed_output_columns @disallowed_output_columns end |