Class: Aws::Types::GetDataQualityModelResultRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityModelResultRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
Instance Attribute Details
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def profile_id @profile_id end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def statistic_id @statistic_id end |