Class: Aws::Types::ListLogGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_groups::Array[Types::LogGroupSummary]

Returns the value of attribute log_groups.

Returns:



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.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def next_token
  @next_token
end