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.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1399 class S3ReportLocation < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |
#object_key ⇒ String
S3 key.
1399 1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1399 class S3ReportLocation < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |