Class: Aws::Types::ListLogGroupsForQueryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1283
1284
1285
# File 'sig/types.rbs', line 1283

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1282
1283
1284
# File 'sig/types.rbs', line 1282

def next_token
  @next_token
end

#query_id::String

Returns the value of attribute query_id.

Returns:



1281
1282
1283
# File 'sig/types.rbs', line 1281

def query_id
  @query_id
end