Class: Aws::Neptunedata::Types::ListMLModelTransformJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListMLModelTransformJobsOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A page from the list of model transform IDs.
Instance Attribute Details
#ids ⇒ Array<String>
A page from the list of model transform IDs.
2081 2082 2083 2084 2085 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2081 class ListMLModelTransformJobsOutput < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |