Class: Aws::Types::Identity
- Inherits:
-
Object
- Object
- Aws::Types::Identity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#source_ip ⇒ ::String
Returns the value of attribute source_ip.
35 36 37 |
# File 'sig/types.rbs', line 35 def source_ip @source_ip end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
36 37 38 |
# File 'sig/types.rbs', line 36 def user_agent @user_agent end |