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