Class: Aws::CognitoIdentityProvider::Types::DescribeRiskConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeRiskConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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.
4069 4070 4071 4072 4073 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4069 class DescribeRiskConfigurationResponse < Struct.new( :risk_configuration) SENSITIVE = [] include Aws::Structure end |