Class: Aws::CloudTrail::Types::StartQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartQueryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID of the started query.
Instance Attribute Details
#query_id ⇒ String
The ID of the started query.
4599 4600 4601 4602 4603 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4599 class StartQueryResponse < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |