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.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def log_groups @log_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def next_token @next_token end |