Class: Aws::Types::CreateGlueIdentityCenterConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlueIdentityCenterConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#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
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def instance_arn @instance_arn end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def scopes @scopes end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
1528 1529 1530 |
# File 'sig/types.rbs', line 1528 def user_background_sessions_enabled @user_background_sessions_enabled end |