Class: Aws::Types::IdentityCenterConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
239 240 241 |
# File 'sig/types.rbs', line 239 def identity_center_instance_arn @identity_center_instance_arn end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
240 241 242 |
# File 'sig/types.rbs', line 240 def user_background_sessions_enabled @user_background_sessions_enabled end |