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.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def analysis_rule_type @analysis_rule_type end |
#analysis_type ⇒ "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
Returns the value of attribute analysis_type.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def analysis_type @analysis_type end |
#configurations ⇒ ::Array[("DIFFERENTIAL_PRIVACY")]
Returns the value of attribute configurations.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def configurations @configurations end |
#reasons ⇒ ::Array[Types::SchemaStatusReason]
Returns the value of attribute reasons.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def reasons @reasons end |
#status ⇒ "READY", "NOT_READY"
Returns the value of attribute status.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def status @status end |