Class: Aws::QBusiness::Types::QAppsConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information about Amazon Q Apps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#q_apps_control_modeString

Status information about whether end users can create and use Amazon Q Apps in the web experience.

Returns:

  • (String)


6325
6326
6327
6328
6329
# File 'lib/aws-sdk-qbusiness/types.rb', line 6325

class QAppsConfiguration < Struct.new(
  :q_apps_control_mode)
  SENSITIVE = []
  include Aws::Structure
end