Class: Aws::CloudTrail::Types::DescribeQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DescribeQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
-
#query_alias ⇒ String
The alias that identifies a query template.
-
#query_id ⇒ String
The query ID.
Instance Attribute Details
#event_data_store ⇒ String
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1477 class DescribeQueryRequest < Struct.new( :event_data_store, :query_id, :query_alias) SENSITIVE = [] include Aws::Structure end |
#query_alias ⇒ String
The alias that identifies a query template.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1477 class DescribeQueryRequest < Struct.new( :event_data_store, :query_id, :query_alias) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The query ID.
1477 1478 1479 1480 1481 1482 1483 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 1477 class DescribeQueryRequest < Struct.new( :event_data_store, :query_id, :query_alias) SENSITIVE = [] include Aws::Structure end |