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_client_id::String

Returns the value of attribute app_client_id.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def app_client_id
  @app_client_id
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def user_pool_arn
  @user_pool_arn
end

#user_pool_domain::String

Returns the value of attribute user_pool_domain.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def user_pool_domain
  @user_pool_domain
end