Class: Aws::Types::AddUserToGroupRequest

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)


66
67
68
# File 'sig/types.rbs', line 66

def group_name
  @group_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def user_name
  @user_name
end