Class: Aws::Types::AdminListUserAuthEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AdminListUserAuthEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_events ⇒ ::Array[Types::AuthEventType]
Returns the value of attribute auth_events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auth_events ⇒ ::Array[Types::AuthEventType]
Returns the value of attribute auth_events.
275 276 277 |
# File 'sig/types.rbs', line 275 def auth_events @auth_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
276 277 278 |
# File 'sig/types.rbs', line 276 def next_token @next_token end |