Class: Aws::S3::Types::SelectObjectContentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::SelectObjectContentOutput
- Defined in:
- gems/aws-sdk-s3/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 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 20586 class SelectObjectContentOutput < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |