Class: Aws::Types::CompromisedCredentialsRiskConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::CompromisedCredentialsRiskConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::CompromisedCredentialsActionsType
Returns the value of attribute actions.
-
#event_filter ⇒ ::Array[("SIGN_IN" | "PASSWORD_CHANGE" | "SIGN_UP")]
Returns the value of attribute event_filter.
Instance Attribute Details
#actions ⇒ Types::CompromisedCredentialsActionsType
Returns the value of attribute actions.
527 528 529 |
# File 'sig/types.rbs', line 527 def actions @actions end |
#event_filter ⇒ ::Array[("SIGN_IN" | "PASSWORD_CHANGE" | "SIGN_UP")]
Returns the value of attribute event_filter.
526 527 528 |
# File 'sig/types.rbs', line 526 def event_filter @event_filter end |