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.
8096 8097 8098 |
# File 'sig/types.rbs', line 8096 def scopes @scopes end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
8097 8098 8099 |
# File 'sig/types.rbs', line 8097 def user_background_sessions_enabled @user_background_sessions_enabled end |