Class: Aws::LakeFormation::Types::GetWorkUnitResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetWorkUnitResultsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A structure for the output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result_stream ⇒ IO
Rows returned from the ‘GetWorkUnitResults` operation as a stream of Apache Arrow v1.0 messages.
Instance Attribute Details
#result_stream ⇒ IO
Rows returned from the ‘GetWorkUnitResults` operation as a stream of Apache Arrow v1.0 messages.
1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1960 class GetWorkUnitResultsResponse < Struct.new( :result_stream) SENSITIVE = [] include Aws::Structure end |