Class: Aws::Types::ListVariantImportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVariantImportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#variant_import_jobs ⇒ ::Array[Types::VariantImportJobItem]
Returns the value of attribute variant_import_jobs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def next_token @next_token end |
#variant_import_jobs ⇒ ::Array[Types::VariantImportJobItem]
Returns the value of attribute variant_import_jobs.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def variant_import_jobs @variant_import_jobs end |