Class: Aws::Types::CognitoOptions
- Inherits:
-
Object
- Object
- Aws::Types::CognitoOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
435 436 437 |
# File 'sig/types.rbs', line 435 def enabled @enabled end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def identity_pool_id @identity_pool_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def role_arn @role_arn end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
436 437 438 |
# File 'sig/types.rbs', line 436 def user_pool_id @user_pool_id end |