Class: Aws::CognitoIdentityProvider::Types::EventContextDataType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventContextDataType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Specifies the user context data captured at the time of an event request.
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.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4546 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The user’s country.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4546 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The user’s device name.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4546 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.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4546 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |
#timezone ⇒ String
The user’s time zone.
4546 4547 4548 4549 4550 4551 4552 4553 4554 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4546 class EventContextDataType < Struct.new( :ip_address, :device_name, :timezone, :city, :country) SENSITIVE = [] include Aws::Structure end |