Class: Aws::Types::NetworkFrameworkAttributes
- Inherits:
-
Object
- Object
- Aws::Types::NetworkFrameworkAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ethereum ⇒ Types::NetworkEthereumAttributes
Returns the value of attribute ethereum.
-
#fabric ⇒ Types::NetworkFabricAttributes
Returns the value of attribute fabric.
Instance Attribute Details
#ethereum ⇒ Types::NetworkEthereumAttributes
Returns the value of attribute ethereum.
450 451 452 |
# File 'sig/types.rbs', line 450 def ethereum @ethereum end |
#fabric ⇒ Types::NetworkFabricAttributes
Returns the value of attribute fabric.
449 450 451 |
# File 'sig/types.rbs', line 449 def fabric @fabric end |