Class: Aws::Types::DisassociateMemberFromGroupRequest

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)


578
579
580
# File 'sig/types.rbs', line 578

def group_id
  @group_id
end

#member_id::String

Returns the value of attribute member_id.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def member_id
  @member_id
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def organization_id
  @organization_id
end