Class: Aws::Types::IdentityCenterConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
-
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
-
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
Instance Attribute Details
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
233 234 235 |
# File 'sig/types.rbs', line 233 def identity_center_application_arn @identity_center_application_arn end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def identity_center_instance_arn @identity_center_instance_arn end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
234 235 236 |
# File 'sig/types.rbs', line 234 def user_background_sessions_enabled @user_background_sessions_enabled end |