Class: Aws::Types::ConsolidatedPolicyCustom
- Inherits:
-
Object
- Object
- Aws::Types::ConsolidatedPolicyCustom
- 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.
902 903 904 |
# File 'sig/types.rbs', line 902 def additional_analyses @additional_analyses end |
#aggregation_thresholds ⇒ ::Array[Types::AggregationThreshold]
Returns the value of attribute aggregation_thresholds.
905 906 907 |
# File 'sig/types.rbs', line 905 def aggregation_thresholds @aggregation_thresholds end |
#allowed_additional_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_additional_analyses.
908 909 910 |
# File 'sig/types.rbs', line 908 def allowed_additional_analyses @allowed_additional_analyses end |
#allowed_analyses ⇒ ::Array[::String]
Returns the value of attribute allowed_analyses.
900 901 902 |
# File 'sig/types.rbs', line 900 def allowed_analyses @allowed_analyses end |
#allowed_analysis_providers ⇒ ::Array[::String]
Returns the value of attribute allowed_analysis_providers.
901 902 903 |
# File 'sig/types.rbs', line 901 def allowed_analysis_providers @allowed_analysis_providers end |
#allowed_result_receivers ⇒ ::Array[::String]
Returns the value of attribute allowed_result_receivers.
907 908 909 |
# File 'sig/types.rbs', line 907 def allowed_result_receivers @allowed_result_receivers end |
#comparison_controls ⇒ Types::ComparisonControls
Returns the value of attribute comparison_controls.
906 907 908 |
# File 'sig/types.rbs', line 906 def comparison_controls @comparison_controls end |
#differential_privacy ⇒ Types::DifferentialPrivacyConfiguration
Returns the value of attribute differential_privacy.
904 905 906 |
# File 'sig/types.rbs', line 904 def differential_privacy @differential_privacy end |
#disallowed_output_columns ⇒ ::Array[::String]
Returns the value of attribute disallowed_output_columns.
903 904 905 |
# File 'sig/types.rbs', line 903 def disallowed_output_columns @disallowed_output_columns end |