Class: Aws::Types::GetGlueIdentityCenterConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGlueIdentityCenterConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#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
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
3685 3686 3687 |
# File 'sig/types.rbs', line 3685 def application_arn @application_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
3686 3687 3688 |
# File 'sig/types.rbs', line 3686 def instance_arn @instance_arn end |
#scopes ⇒ ::Array[::String]
Returns the value of attribute scopes.
3687 3688 3689 |
# File 'sig/types.rbs', line 3687 def scopes @scopes end |
#user_background_sessions_enabled ⇒ Boolean
Returns the value of attribute user_background_sessions_enabled.
3688 3689 3690 |
# File 'sig/types.rbs', line 3688 def user_background_sessions_enabled @user_background_sessions_enabled end |