Class: Aws::Types::ListGroupsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifiers::Array[Types::GroupIdentifier]

Returns the value of attribute group_identifiers.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def group_identifiers
  @group_identifiers
end

#groups::Array[Types::Group]

Returns the value of attribute groups.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def groups
  @groups
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def next_token
  @next_token
end