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
2155 |
# File 'sig/client.rbs', line 2155
def application_arn: () -> ::String
|
#instance_arn ⇒ ::String
2156 |
# File 'sig/client.rbs', line 2156
def instance_arn: () -> ::String
|
#scopes ⇒ ::Array[::String]
2157 |
# File 'sig/client.rbs', line 2157
def scopes: () -> ::Array[::String]
|
#user_background_sessions_enabled ⇒ Boolean
2158 |
# File 'sig/client.rbs', line 2158
def user_background_sessions_enabled: () -> bool
|