Class: Aws::CognitoIdentityProvider::Types::AdminListUserAuthEventsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_eventsArray<Types::AuthEventType>

The response object. It includes the ‘EventID`, `EventType`, `CreationDate`, `EventRisk`, and `EventResponse`.

Returns:



1299
1300
1301
1302
1303
1304
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1299

class AdminListUserAuthEventsResponse < Struct.new(
  :auth_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token.

Returns:

  • (String)


1299
1300
1301
1302
1303
1304
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 1299

class AdminListUserAuthEventsResponse < Struct.new(
  :auth_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end