Class: Aws::CognitoIdentityProvider::Types::AdminListUserAuthEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminListUserAuthEventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_events ⇒ Array<Types::AuthEventType>
The response object.
-
#next_token ⇒ String
A pagination token.
Instance Attribute Details
#auth_events ⇒ Array<Types::AuthEventType>
The response object. It includes the ‘EventID`, `EventType`, `CreationDate`, `EventRisk`, and `EventResponse`.
1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1301 class AdminListUserAuthEventsResponse < Struct.new( :auth_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
1301 1302 1303 1304 1305 1306 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1301 class AdminListUserAuthEventsResponse < Struct.new( :auth_events, :next_token) SENSITIVE = [] include Aws::Structure end |