Class: Aws::Neptunedata::Types::ListMLModelTransformJobsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A page from the list of model transform IDs.

Returns:

  • (Array<String>)


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