Class: Aws::CognitoIdentityProvider::Types::SetRiskConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetRiskConfigurationResponse
- 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.
8183 8184 8185 8186 8187 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8183 class SetRiskConfigurationResponse < Struct.new( :risk_configuration) SENSITIVE = [] include Aws::Structure end |