Class: Aws::Types::CognitoUserPoolConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id_client_regex::String

Returns the value of attribute app_id_client_regex.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def app_id_client_regex
  @app_id_client_regex
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def aws_region
  @aws_region
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def user_pool_id
  @user_pool_id
end