Class: Aws::Types::IsMemberInGroupsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_ids ⇒ ::Array[::String]

Returns the value of attribute group_ids.

Returns:

  • (::Array[::String])


311
312
313
# File 'sig/types.rbs', line 311

def group_ids
  @group_ids
end

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def identity_store_id
  @identity_store_id
end

#member_id ⇒ Types::MemberId

Returns the value of attribute member_id.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def member_id
  @member_id
end