Class: Aws::Neptunedata::Types::ListMLEndpointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListMLEndpointsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A page from the list of inference endpoint IDs.
Instance Attribute Details
#ids ⇒ Array<String>
A page from the list of inference endpoint IDs.
2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2017 class ListMLEndpointsOutput < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |