Class: Aws::Glue::Types::BatchGetIterableFormsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::ItemError>

The list of errors for items that could not be retrieved.

Returns:



1313
1314
1315
1316
1317
1318
# File 'lib/aws-sdk-glue/types.rb', line 1313

class BatchGetIterableFormsResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::IterableFormItem>

The list of retrieved iterable form items.

Returns:



1313
1314
1315
1316
1317
1318
# File 'lib/aws-sdk-glue/types.rb', line 1313

class BatchGetIterableFormsResponse < Struct.new(
  :items,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end