Class: Aws::S3::Types::SelectObjectContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SelectObjectContentOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Types::SelectObjectContentEventStream
The array of results.
Instance Attribute Details
#payload ⇒ Types::SelectObjectContentEventStream
The array of results.
16162 16163 16164 16165 16166 |
# File 'lib/aws-sdk-s3/types.rb', line 16162 class SelectObjectContentOutput < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |