Class: Aws::Types::CognitoMemberDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:



1681
1682
1683
# File 'sig/types.rbs', line 1681

def client_id
  @client_id
end

#user_group::String

Returns the value of attribute user_group.

Returns:



1680
1681
1682
# File 'sig/types.rbs', line 1680

def user_group
  @user_group
end

#user_pool::String

Returns the value of attribute user_pool.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def user_pool
  @user_pool
end