Class: Aws::Types::ListLogGroupsForQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLogGroupsForQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def query_id @query_id end |