Class: Aws::CognitoIdentityProvider::Types::SetRiskConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#risk_configurationTypes::RiskConfigurationType

The risk configuration.



7624
7625
7626
7627
7628
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7624

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