Class: Aws::Types::CreateBackendAuthIdentityPoolConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_name ⇒ ::String

Returns the value of attribute identity_pool_name.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def identity_pool_name
  @identity_pool_name
end

#unauthenticated_login ⇒ Boolean

Returns the value of attribute unauthenticated_login.

Returns:

  • (Boolean)


210
211
212
# File 'sig/types.rbs', line 210

def 
  @unauthenticated_login
end