Class: Aws::Types::UserContextDataType
- Inherits:
-
Object
- Object
- Aws::Types::UserContextDataType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoded_data ⇒ ::String
Returns the value of attribute encoded_data.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#encoded_data ⇒ ::String
Returns the value of attribute encoded_data.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def encoded_data @encoded_data end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def ip_address @ip_address end |