Class: Aws::CloudTrail::Types::ListQueriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListQueriesResponse
- Defined in:
- gems/aws-sdk-cloudtrail/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.
3818 3819 3820 3821 3822 3823 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3818 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.
3818 3819 3820 3821 3822 3823 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3818 class ListQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |