Class: Aws::Types::GetDataQualityModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
3458 3459 3460 |
# File 'sig/types.rbs', line 3458 def completed_on @completed_on end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3459 3460 3461 |
# File 'sig/types.rbs', line 3459 def failure_reason @failure_reason end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
3457 3458 3459 |
# File 'sig/types.rbs', line 3457 def started_on @started_on end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
3456 3457 3458 |
# File 'sig/types.rbs', line 3456 def status @status end |