Class: Aws::Neptunedata::Types::LoaderIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::LoaderIdResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Contains a list of load IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_ids ⇒ Array<String>
A list of load IDs.
Instance Attribute Details
#load_ids ⇒ Array<String>
A list of load IDs.
2156 2157 2158 2159 2160 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2156 class LoaderIdResult < Struct.new( :load_ids) SENSITIVE = [] include Aws::Structure end |