Class: Aws::CloudTrail::Types::StartQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartQueryRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_s3_uri ⇒ String
The URI for the S3 bucket where CloudTrail delivers the query results.
-
#event_data_store_owner_account_id ⇒ String
The account ID of the event data store owner.
-
#query_alias ⇒ String
The alias that identifies a query template.
-
#query_parameters ⇒ Array<String>
The query parameters for the specified
QueryAlias. -
#query_statement ⇒ String
The SQL code of your query.
Instance Attribute Details
#delivery_s3_uri ⇒ String
The URI for the S3 bucket where CloudTrail delivers the query results.
5273 5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5273 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#event_data_store_owner_account_id ⇒ String
The account ID of the event data store owner.
5273 5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5273 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#query_alias ⇒ String
The alias that identifies a query template.
5273 5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5273 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#query_parameters ⇒ Array<String>
The query parameters for the specified QueryAlias.
5273 5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5273 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#query_statement ⇒ String
The SQL code of your query.
5273 5274 5275 5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 5273 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |