Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The compromised credentials actions type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_action ⇒ String
The event action.
Instance Attribute Details
#event_action ⇒ String
The event action.
2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2405 class CompromisedCredentialsActionsType < Struct.new( :event_action) SENSITIVE = [] include Aws::Structure end |