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:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def client_id
  @client_id
end

#user_group::String

Returns the value of attribute user_group.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def user_group
  @user_group
end

#user_pool::String

Returns the value of attribute user_pool.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def user_pool
  @user_pool
end