Class: Aws::CognitoIdentityProvider::Types::EventContextDataType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventContextDataType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The context data that your application submitted in an authentication
request with threat protection, as displayed in an
AdminListUserAuthEvents
response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city ⇒ String
The user's city.
-
#country ⇒ String
The user's country.
-
#device_name ⇒ String
The user's device name.
-
#ip_address ⇒ String
The source IP address of your user's device.
-
#timezone ⇒ String
The user's time zone.
Instance Attribute Details
#city ⇒ String
The user's city.
5693 5694 5695 5696 5697 5698 5699 5700 5701 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The user's country.
5693 5694 5695 5696 5697 5698 5699 5700 5701 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The user's device name.
5693 5694 5695 5696 5697 5698 5699 5700 5701 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The source IP address of your user's device.
5693 5694 5695 5696 5697 5698 5699 5700 5701 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The user's time zone.
5693 5694 5695 5696 5697 5698 5699 5700 5701 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5693 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |