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)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def country
  @country
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def device_name
  @device_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def ip_address
  @ip_address
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def timezone
  @timezone
end