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)


1674
1675
1676
# File 'sig/types.rbs', line 1674

def client_id
  @client_id
end

#user_pool::String

Returns the value of attribute user_pool.

Returns:

  • (::String)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def user_pool
  @user_pool
end