Class: Aws::Types::UpdateGlueIdentityCenterConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlueIdentityCenterConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
-
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
Instance Attribute Details
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
8058 8059 8060 |
# File 'sig/types.rbs', line 8058 def scopes @scopes end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
8059 8060 8061 |
# File 'sig/types.rbs', line 8059 def user_background_sessions_enabled @user_background_sessions_enabled end |