Class: Aws::Types::EksInfo
- Inherits:
-
Object
- Object
- Aws::Types::EksInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#node_label ⇒ ::String
Returns the value of attribute node_label.
Instance Attribute Details
#namespace ⇒ ::String
Returns the value of attribute namespace.
268 269 270 |
# File 'sig/types.rbs', line 268 def namespace @namespace end |
#node_label ⇒ ::String
Returns the value of attribute node_label.
269 270 271 |
# File 'sig/types.rbs', line 269 def node_label @node_label end |