Class: Aws::Types::ListLogGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLogGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_groups ⇒ ::Array[Types::LogGroupSummary]
Returns the value of attribute log_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#log_groups ⇒ ::Array[Types::LogGroupSummary]
Returns the value of attribute log_groups.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def log_groups @log_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def next_token @next_token end |