Class: Aws::CognitoIdentityProvider::Types::DescribeRiskConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeRiskConfigurationResponse
- 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 details of the requested risk configuration.
Instance Attribute Details
#risk_configuration ⇒ Types::RiskConfigurationType
The details of the requested risk configuration.
5189 5190 5191 5192 5193 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5189 class DescribeRiskConfigurationResponse < Struct.new( :risk_configuration) SENSITIVE = [] include Aws::Structure end |