Class: Aws::Types::ListGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::Group]

Returns the value of attribute groups.

Returns:



1255
1256
1257
# File 'sig/types.rbs', line 1255

def groups
  @groups
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def marker
  @marker
end