Class: Aws::CleanRooms::Types::ProtectedQueryS3Output

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Contains output information for protected queries with an S3 output type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationString

The S3 location of the result.

Returns:

  • (String)


4859
4860
4861
4862
4863
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4859

class ProtectedQueryS3Output < Struct.new(
  :location)
  SENSITIVE = []
  include Aws::Structure
end