Class: Aws::Neptunedata::Types::ListMLDataProcessingJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListMLDataProcessingJobsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A page listing data processing job IDs.
Instance Attribute Details
#ids ⇒ Array<String>
A page listing data processing job IDs.
1985 1986 1987 1988 1989 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1985 class ListMLDataProcessingJobsOutput < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |