Class: Aws::Types::SchemaStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::SchemaStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
-
#analysis_type ⇒ "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
Returns the value of attribute analysis_type.
-
#configurations ⇒ ::Array[("DIFFERENTIAL_PRIVACY")]
Returns the value of attribute configurations.
-
#reasons ⇒ ::Array[Types::SchemaStatusReason]
Returns the value of attribute reasons.
-
#status ⇒ "READY", "NOT_READY"
Returns the value of attribute status.
Instance Attribute Details
#analysis_rule_type ⇒ "AGGREGATION", ...
Returns the value of attribute analysis_rule_type.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def analysis_rule_type @analysis_rule_type end |
#analysis_type ⇒ "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
Returns the value of attribute analysis_type.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def analysis_type @analysis_type end |
#configurations ⇒ ::Array[("DIFFERENTIAL_PRIVACY")]
Returns the value of attribute configurations.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def configurations @configurations end |
#reasons ⇒ ::Array[Types::SchemaStatusReason]
Returns the value of attribute reasons.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def reasons @reasons end |
#status ⇒ "READY", "NOT_READY"
Returns the value of attribute status.
3012 3013 3014 |
# File 'sig/types.rbs', line 3012 def status @status end |