Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType

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

Overview

The compromised credentials actions type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_actionString

The event action.

Returns:

  • (String)


2357
2358
2359
2360
2361
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2357

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