Class: Aws::Types::NodeFrameworkAttributes
- Inherits:
-
Object
- Object
- Aws::Types::NodeFrameworkAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ethereum ⇒ Types::NodeEthereumAttributes
Returns the value of attribute ethereum.
-
#fabric ⇒ Types::NodeFabricAttributes
Returns the value of attribute fabric.
Instance Attribute Details
#ethereum ⇒ Types::NodeEthereumAttributes
Returns the value of attribute ethereum.
516 517 518 |
# File 'sig/types.rbs', line 516 def ethereum @ethereum end |
#fabric ⇒ Types::NodeFabricAttributes
Returns the value of attribute fabric.
515 516 517 |
# File 'sig/types.rbs', line 515 def fabric @fabric end |