Class: Aws::Neptunedata::Types::ListMLEndpointsOutput

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 inference endpoint IDs.

Returns:

  • (Array<String>)


2017
2018
2019
2020
2021
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2017

class ListMLEndpointsOutput < Struct.new(
  :ids)
  SENSITIVE = []
  include Aws::Structure
end