Class: Aws::Types::EventContextDataType
- Inherits:
-
Object
- Object
- Aws::Types::EventContextDataType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def country @country end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def ip_address @ip_address end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def timezone @timezone end |