Class: Aws::Types::LocalIpDetails
- Inherits:
-
Object
- Object
- Aws::Types::LocalIpDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
-
#ip_address_v6 ⇒ ::String
Returns the value of attribute ip_address_v6.
Instance Attribute Details
#ip_address_v4 ⇒ ::String
Returns the value of attribute ip_address_v4.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def ip_address_v4 @ip_address_v4 end |
#ip_address_v6 ⇒ ::String
Returns the value of attribute ip_address_v6.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def ip_address_v6 @ip_address_v6 end |