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.
15665 15666 15667 15668 15669 |
# File 'lib/aws-sdk-s3/types.rb', line 15665 class SelectObjectContentOutput < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |