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.
16395 16396 16397 16398 16399 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 16395 class SelectObjectContentOutput < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |