Class: Aws::CloudTrail::Types::ListQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListQueriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token you can use to get the next page of results.
-
#queries ⇒ Array<Types::Query>
Lists matching query results, and shows query ID, status, and creation time of each query.
Instance Attribute Details
#next_token ⇒ String
A token you can use to get the next page of results.
3693 3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3693 class ListQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |
#queries ⇒ Array<Types::Query>
Lists matching query results, and shows query ID, status, and creation time of each query.
3693 3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3693 class ListQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |