Class: Aws::Types::IdentityCenterConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_center_application_arn ⇒ ::String

Returns the value of attribute identity_center_application_arn.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def identity_center_application_arn
  @identity_center_application_arn
end

#identity_center_instance_arn ⇒ ::String

Returns the value of attribute identity_center_instance_arn.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def identity_center_instance_arn
  @identity_center_instance_arn
end

#user_background_sessions_enabled ⇒ Boolean

Returns the value of attribute user_background_sessions_enabled.

Returns:

  • (Boolean)


234
235
236
# File 'sig/types.rbs', line 234

def user_background_sessions_enabled
  @user_background_sessions_enabled
end