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.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def account_takeover_risk_configuration @account_takeover_risk_configuration end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def client_id @client_id end |
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
Returns the value of attribute compromised_credentials_risk_configuration.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def compromised_credentials_risk_configuration @compromised_credentials_risk_configuration end |
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
Returns the value of attribute risk_exception_configuration.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def risk_exception_configuration @risk_exception_configuration end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def user_pool_id @user_pool_id end |