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.
3489 3490 3491 |
# File 'sig/types.rbs', line 3489 def completed_on @completed_on end |
#model ⇒ ::Array[Types::StatisticModelResult]
Returns the value of attribute model.
3490 3491 3492 |
# File 'sig/types.rbs', line 3490 def model @model end |