Class: Aws::Types::CognitoConfig

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)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def client_id
  @client_id
end

#user_pool::String

Returns the value of attribute user_pool.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def user_pool
  @user_pool
end