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.
8026 8027 8028 |
# File 'sig/types.rbs', line 8026 def scopes @scopes end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
8027 8028 8029 |
# File 'sig/types.rbs', line 8027 def user_background_sessions_enabled @user_background_sessions_enabled end |