Class: Aws::Types::UserPoolConfig

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)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def app_id_client_regex
  @app_id_client_regex
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def aws_region
  @aws_region
end

#default_action"ALLOW", "DENY"

Returns the value of attribute default_action.

Returns:

  • ("ALLOW", "DENY")


1489
1490
1491
# File 'sig/types.rbs', line 1489

def default_action
  @default_action
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1487
1488
1489
# File 'sig/types.rbs', line 1487

def user_pool_id
  @user_pool_id
end