Class: Aws::Types::ListModelBiasJobDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListModelBiasJobDefinitionsResponse
- 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.
7960 7961 7962 |
# File 'sig/types.rbs', line 7960 def job_definition_summaries @job_definition_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7961 7962 7963 |
# File 'sig/types.rbs', line 7961 def next_token @next_token end |