Class: Aws::Types::ListModelQualityJobDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListModelQualityJobDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_definition_summaries ⇒ ::Array[Types::MonitoringJobDefinitionSummary]
Returns the value of attribute job_definition_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_definition_summaries ⇒ ::Array[Types::MonitoringJobDefinitionSummary]
Returns the value of attribute job_definition_summaries.
8103 8104 8105 |
# File 'sig/types.rbs', line 8103 def job_definition_summaries @job_definition_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8104 8105 8106 |
# File 'sig/types.rbs', line 8104 def next_token @next_token end |