Class: Aws::Types::HostEntry
- Inherits:
-
Object
- Object
- Aws::Types::HostEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def hostname @hostname end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def ip_address @ip_address end |