Class: Aws::TimestreamQuery::Types::S3ReportLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::S3ReportLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
S3 report location for the scheduled query run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
S3 bucket name.
-
#object_key ⇒ String
S3 key.
Instance Attribute Details
#bucket_name ⇒ String
S3 bucket name.
972 973 974 975 976 977 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 972 class S3ReportLocation < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |
#object_key ⇒ String
S3 key.
972 973 974 975 976 977 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 972 class S3ReportLocation < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |