Class: Aws::QBusiness::Types::Rule

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

Overview

Guardrail rules for an Amazon Q Business application. Amazon Q Business supports only one rule at a time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_users_and_groupsTypes::UsersAndGroups

Users and groups to be excluded from a rule.



5106
5107
5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5106

class Rule < Struct.new(
  :included_users_and_groups,
  :excluded_users_and_groups,
  :rule_type,
  :rule_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#included_users_and_groupsTypes::UsersAndGroups

Users and groups to be included in a rule.



5106
5107
5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5106

class Rule < Struct.new(
  :included_users_and_groups,
  :excluded_users_and_groups,
  :rule_type,
  :rule_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_configurationTypes::RuleConfiguration

The configuration information for a rule.



5106
5107
5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5106

class Rule < Struct.new(
  :included_users_and_groups,
  :excluded_users_and_groups,
  :rule_type,
  :rule_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rule_typeString

The type of rule.

Returns:

  • (String)


5106
5107
5108
5109
5110
5111
5112
5113
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5106

class Rule < Struct.new(
  :included_users_and_groups,
  :excluded_users_and_groups,
  :rule_type,
  :rule_configuration)
  SENSITIVE = []
  include Aws::Structure
end