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.
242 243 244 |
# File 'sig/types.rbs', line 242 def enabled @enabled end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def identity_pool_id @identity_pool_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
245 246 247 |
# File 'sig/types.rbs', line 245 def role_arn @role_arn end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def user_pool_id @user_pool_id end |