Class: Aws::Types::ListJobSchemaVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobSchemaVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_config_schemas ⇒ ::Array[Types::JobConfigSchemaVersionSummary]
Returns the value of attribute job_config_schemas.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#job_config_schemas ⇒ ::Array[Types::JobConfigSchemaVersionSummary]
Returns the value of attribute job_config_schemas.
7830 7831 7832 |
# File 'sig/types.rbs', line 7830 def job_config_schemas @job_config_schemas end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7829 7830 7831 |
# File 'sig/types.rbs', line 7829 def next_token @next_token end |