Class: Aws::CognitoIdentityProvider::Types::EventContextDataType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

Instance Attribute Details

#cityString

The user's city.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4514

class EventContextDataType < Struct.new(
  :ip_address,
  :device_name,
  :timezone,
  :city,
  :country)
  SENSITIVE = []
  include Aws::Structure
end

#countryString

The user's country.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4514

class EventContextDataType < Struct.new(
  :ip_address,
  :device_name,
  :timezone,
  :city,
  :country)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The user's device name.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4514

class EventContextDataType < Struct.new(
  :ip_address,
  :device_name,
  :timezone,
  :city,
  :country)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The source IP address of your user's device.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4514

class EventContextDataType < Struct.new(
  :ip_address,
  :device_name,
  :timezone,
  :city,
  :country)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

The user's time zone.

Returns:

  • (String)


4514
4515
4516
4517
4518
4519
4520
4521
4522
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4514

class EventContextDataType < Struct.new(
  :ip_address,
  :device_name,
  :timezone,
  :city,
  :country)
  SENSITIVE = []
  include Aws::Structure
end