Class: Aws::CloudWatchLogs::Types::ListLogGroupsForQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ListLogGroupsForQueryResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_identifiers ⇒ Array<String>
An array of the names and ARNs of the log groups that were processed in the query.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#log_group_identifiers ⇒ Array<String>
An array of the names and ARNs of the log groups that were processed in the query.
3843 3844 3845 3846 3847 3848 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3843 class ListLogGroupsForQueryResponse < Struct.new( :log_group_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
3843 3844 3845 3846 3847 3848 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3843 class ListLogGroupsForQueryResponse < Struct.new( :log_group_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |