Class: Aws::Types::ListGroupMembershipsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id ⇒ ::String

Returns the value of attribute group_id.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def group_id
  @group_id
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def identity_store_id
  @identity_store_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


337
338
339
# File 'sig/types.rbs', line 337

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def next_token
  @next_token
end