Class: Aws::CognitoIdentityProvider::Types::SetRiskConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetRiskConfigurationResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#risk_configuration ⇒ Types::RiskConfigurationType
The risk configuration.
Instance Attribute Details
#risk_configuration ⇒ Types::RiskConfigurationType
The risk configuration.
9756 9757 9758 9759 9760 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9756 class SetRiskConfigurationResponse < Struct.new( :risk_configuration) SENSITIVE = [] include Aws::Structure end |