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.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def city @city end |
#country ⇒ ::String
Returns the value of attribute country.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def country @country end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
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.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def ip_address @ip_address end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def timezone @timezone end |