Class: Aws::Types::ListGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::Group]

Returns the value of attribute groups.



932
933
934
# File 'sig/types.rbs', line 932

def groups
  @groups
end

#next_token::String

Returns the value of attribute next_token.



933
934
935
# File 'sig/types.rbs', line 933

def next_token
  @next_token
end