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.
3489 3490 3491 3492 3493 3494 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3489 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.
3489 3490 3491 3492 3493 3494 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3489 class ListQueriesResponse < Struct.new( :queries, :next_token) SENSITIVE = [] include Aws::Structure end |