Module: Aws::Glue::Client::_GetGlueIdentityCenterConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGlueIdentityCenterConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_arn ⇒ ::String
- #instance_arn ⇒ ::String
- #scopes ⇒ ::Array[::String]
- #user_background_sessions_enabled ⇒ Boolean
Instance Method Details
#application_arn ⇒ ::String
2143 |
# File 'sig/client.rbs', line 2143
def application_arn: () -> ::String
|
#instance_arn ⇒ ::String
2144 |
# File 'sig/client.rbs', line 2144
def instance_arn: () -> ::String
|
#scopes ⇒ ::Array[::String]
2145 |
# File 'sig/client.rbs', line 2145
def scopes: () -> ::Array[::String]
|
#user_background_sessions_enabled ⇒ Boolean
2146 |
# File 'sig/client.rbs', line 2146
def user_background_sessions_enabled: () -> bool
|