Class: Aws::Types::SetRiskConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetRiskConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_takeover_risk_configuration ⇒ Types::AccountTakeoverRiskConfigurationType
Returns the value of attribute account_takeover_risk_configuration.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
Returns the value of attribute compromised_credentials_risk_configuration.
-
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
Returns the value of attribute risk_exception_configuration.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#account_takeover_risk_configuration ⇒ Types::AccountTakeoverRiskConfigurationType
Returns the value of attribute account_takeover_risk_configuration.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def account_takeover_risk_configuration @account_takeover_risk_configuration end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def client_id @client_id end |
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
Returns the value of attribute compromised_credentials_risk_configuration.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def compromised_credentials_risk_configuration @compromised_credentials_risk_configuration end |
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
Returns the value of attribute risk_exception_configuration.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def risk_exception_configuration @risk_exception_configuration end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def user_pool_id @user_pool_id end |