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

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

Overview

The context data that your application submitted in an authentication request with advanced security features, as displayed in an

AdminListUserAuthEvents][1

response.

[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminListUserAuthEvents.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cityString

The user’s city.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5547

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

#countryString

The user’s country.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5547

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)


5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5547

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)


5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5547

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

#timezoneString

The user’s time zone.

Returns:

  • (String)


5547
5548
5549
5550
5551
5552
5553
5554
5555
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5547

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