Class: Aws::Types::DescribeLogGroupsResponse

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::LogGroup]

Returns the value of attribute log_groups.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def log_groups
  @log_groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def next_token
  @next_token
end