Class: Aws::Types::UpdateBackendAuthResourceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_resources ⇒ "USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL"

Returns the value of attribute auth_resources.

Returns:

  • ("USER_POOL_ONLY", "IDENTITY_POOL_AND_USER_POOL")


990
991
992
# File 'sig/types.rbs', line 990

def auth_resources
  @auth_resources
end

#identity_pool_configs ⇒ Types::UpdateBackendAuthIdentityPoolConfig

Returns the value of attribute identity_pool_configs.



991
992
993
# File 'sig/types.rbs', line 991

def identity_pool_configs
  @identity_pool_configs
end

#service ⇒ "COGNITO"

Returns the value of attribute service.

Returns:

  • ("COGNITO")


992
993
994
# File 'sig/types.rbs', line 992

def service
  @service
end

#user_pool_configs ⇒ Types::UpdateBackendAuthUserPoolConfig

Returns the value of attribute user_pool_configs.



993
994
995
# File 'sig/types.rbs', line 993

def user_pool_configs
  @user_pool_configs
end