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:



1218
1219
1220
# File 'sig/types.rbs', line 1218

def groups
  @groups
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def marker
  @marker
end