Class: Aws::CognitoIdentityProvider::Types::AdminListUserAuthEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminListUserAuthEventsResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
.
1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 1297 class AdminListUserAuthEventsResponse < Struct.new( :auth_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
1297 1298 1299 1300 1301 1302 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 1297 class AdminListUserAuthEventsResponse < Struct.new( :auth_events, :next_token) SENSITIVE = [] include Aws::Structure end |