Class: Aws::LakeFormation::Types::GetWorkUnitResultsResponse

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

Overview

A structure for the output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#result_streamIO

Rows returned from the GetWorkUnitResults operation as a stream of Apache Arrow v1.0 messages.

Returns:

  • (IO)


1818
1819
1820
1821
1822
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1818

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