Class: Aws::CognitoIdentityProvider::Types::DescribeRiskConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#risk_configurationTypes::RiskConfigurationType

The risk configuration.



4004
4005
4006
4007
4008
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4004

class DescribeRiskConfigurationResponse < Struct.new(
  :risk_configuration)
  SENSITIVE = []
  include Aws::Structure
end