Class: Aws::Types::AdminAddUserToGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def group_name
  @group_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def username
  @username
end