You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
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
Instance Attribute Summary collapse
-
#risk_configuration ⇒ Types::RiskConfigurationType
The risk configuration.
Instance Attribute Details
#risk_configuration ⇒ Types::RiskConfigurationType
The risk configuration.
7303 7304 7305 7306 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7303 class SetRiskConfigurationResponse < Struct.new( :risk_configuration) include Aws::Structure end |