Class: Aws::CognitoIdentity::Types::RulesConfigurationType

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

Overview

A container for rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::MappingRule>

An array of rules. You can specify up to 25 rules per identity provider.

Rules are evaluated in order. The first one to match specifies the role.



1143
1144
1145
1146
1147
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1143

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