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.
4973 4974 4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4973 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.
4973 4974 4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4973 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.
4973 4974 4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4973 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
.
4973 4974 4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4973 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.
4973 4974 4975 4976 4977 4978 4979 4980 4981 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4973 class StartQueryRequest < Struct.new( :query_statement, :delivery_s3_uri, :query_alias, :query_parameters, :event_data_store_owner_account_id) SENSITIVE = [] include Aws::Structure end |