Class: Aws::Types::HdfsNameNode
- Inherits:
-
Object
- Object
- Aws::Types::HdfsNameNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#hostname ⇒ ::String
Returns the value of attribute hostname.
628 629 630 |
# File 'sig/types.rbs', line 628 def hostname @hostname end |
#port ⇒ ::Integer
Returns the value of attribute port.
629 630 631 |
# File 'sig/types.rbs', line 629 def port @port end |