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

#app_id_client_regex::String

Returns the value of attribute app_id_client_regex.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def app_id_client_regex
  @app_id_client_regex
end

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def aws_region
  @aws_region
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def user_pool_id
  @user_pool_id
end