Class: Aws::Types::UserPoolClientDescription

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:



2490
2491
2492
# File 'sig/types.rbs', line 2490

def client_id
  @client_id
end

#client_name::String

Returns the value of attribute client_name.

Returns:



2492
2493
2494
# File 'sig/types.rbs', line 2492

def client_name
  @client_name
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:



2491
2492
2493
# File 'sig/types.rbs', line 2491

def user_pool_id
  @user_pool_id
end