Class: Aws::Types::AuthEventType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_responses::Array[Types::ChallengeResponseType]

Returns the value of attribute challenge_responses.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def challenge_responses
  @challenge_responses
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


447
448
449
# File 'sig/types.rbs', line 447

def creation_date
  @creation_date
end

#event_context_dataTypes::EventContextDataType

Returns the value of attribute event_context_data.



451
452
453
# File 'sig/types.rbs', line 451

def event_context_data
  @event_context_data
end

#event_feedbackTypes::EventFeedbackType

Returns the value of attribute event_feedback.



452
453
454
# File 'sig/types.rbs', line 452

def event_feedback
  @event_feedback
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def event_id
  @event_id
end

#event_response"Pass", ...

Returns the value of attribute event_response.

Returns:

  • ("Pass", "Fail", "InProgress")


448
449
450
# File 'sig/types.rbs', line 448

def event_response
  @event_response
end

#event_riskTypes::EventRiskType

Returns the value of attribute event_risk.



449
450
451
# File 'sig/types.rbs', line 449

def event_risk
  @event_risk
end

#event_type"SignIn", ...

Returns the value of attribute event_type.

Returns:

  • ("SignIn", "SignUp", "ForgotPassword", "PasswordChange", "ResendCode")


446
447
448
# File 'sig/types.rbs', line 446

def event_type
  @event_type
end