Class: Aws::Types::ListGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters ⇒ ::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def filters
  @filters
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def identity_store_id
  @identity_store_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


350
351
352
# File 'sig/types.rbs', line 350

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def next_token
  @next_token
end