Class: Aws::Types::GetGlueIdentityCenterConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


3704
3705
3706
# File 'sig/types.rbs', line 3704

def application_arn
  @application_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


3705
3706
3707
# File 'sig/types.rbs', line 3705

def instance_arn
  @instance_arn
end

#scopes::Array[::String]

Returns the value of attribute scopes.

Returns:

  • (::Array[::String])


3706
3707
3708
# File 'sig/types.rbs', line 3706

def scopes
  @scopes
end

#user_background_sessions_enabledBoolean

Returns the value of attribute user_background_sessions_enabled.

Returns:

  • (Boolean)


3707
3708
3709
# File 'sig/types.rbs', line 3707

def user_background_sessions_enabled
  @user_background_sessions_enabled
end