Class: Aws::CognitoIdentity::Types::RulesConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::RulesConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
A container for rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::MappingRule>
An array of rules.
Instance Attribute Details
#rules ⇒ Array<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.
1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1134 class RulesConfigurationType < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |