Class: Aws::Types::RemoveUserFromGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def group_name
  @group_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def user_name
  @user_name
end