Class: Aws::Types::UserPoolClientDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:

  • (::String)


2460
2461
2462
# File 'sig/types.rbs', line 2460

def client_name
  @client_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2459
2460
2461
# File 'sig/types.rbs', line 2459

def user_pool_id
  @user_pool_id
end