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.
20586 20587 20588 20589 20590 |
# File 'lib/aws-sdk-s3/types.rb', line 20586 class SelectObjectContentOutput < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |