Class: Aws::Types::AnalysisTemplateValidationStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisTemplateValidationStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reasons ⇒ ::Array[Types::AnalysisTemplateValidationStatusReason]
Returns the value of attribute reasons.
-
#status ⇒ "VALID", ...
Returns the value of attribute status.
-
#type ⇒ "DIFFERENTIAL_PRIVACY"
Returns the value of attribute type.
Instance Attribute Details
#reasons ⇒ ::Array[Types::AnalysisTemplateValidationStatusReason]
Returns the value of attribute reasons.
284 285 286 |
# File 'sig/types.rbs', line 284 def reasons @reasons end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
283 284 285 |
# File 'sig/types.rbs', line 283 def status @status end |
#type ⇒ "DIFFERENTIAL_PRIVACY"
Returns the value of attribute type.
282 283 284 |
# File 'sig/types.rbs', line 282 def type @type end |