Class: Aws::Types::GetDataQualityModelResultResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityModelResultResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#model ⇒ ::Array[Types::StatisticModelResult]
Returns the value of attribute model.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def completed_on @completed_on end |
#model ⇒ ::Array[Types::StatisticModelResult]
Returns the value of attribute model.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def model @model end |