Class: Aws::Types::GetDataQualityModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityModelRequest
- 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.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def profile_id @profile_id end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def statistic_id @statistic_id end |