Class: Aws::Types::AuthEventType
- Inherits:
-
Object
- Object
- Aws::Types::AuthEventType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#challenge_responses ⇒ ::Array[Types::ChallengeResponseType]
Returns the value of attribute challenge_responses.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#event_context_data ⇒ Types::EventContextDataType
Returns the value of attribute event_context_data.
-
#event_feedback ⇒ Types::EventFeedbackType
Returns the value of attribute event_feedback.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_response ⇒ "Pass", ...
Returns the value of attribute event_response.
-
#event_risk ⇒ Types::EventRiskType
Returns the value of attribute event_risk.
-
#event_type ⇒ "SignIn", ...
Returns the value of attribute event_type.
Instance Attribute Details
#challenge_responses ⇒ ::Array[Types::ChallengeResponseType]
Returns the value of attribute challenge_responses.
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.
447 448 449 |
# File 'sig/types.rbs', line 447 def creation_date @creation_date end |
#event_context_data ⇒ Types::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_feedback ⇒ Types::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.
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.
448 449 450 |
# File 'sig/types.rbs', line 448 def event_response @event_response end |
#event_risk ⇒ Types::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.
446 447 448 |
# File 'sig/types.rbs', line 446 def event_type @event_type end |