Class: Aws::Types::EventContextDataType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def country
  @country
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def device_name
  @device_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def ip_address
  @ip_address
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def timezone
  @timezone
end