Class: Aws::Types::Node
- Inherits:
-
Object
- Object
- Aws::Types::Node
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Actuator, Attribute, Branch, Property, Sensor, Struct, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actuator ⇒ Types::Actuator
Returns the value of attribute actuator.
-
#attribute ⇒ Types::Attribute
Returns the value of attribute attribute.
-
#branch ⇒ Types::Branch
Returns the value of attribute branch.
-
#property ⇒ Types::CustomProperty
Returns the value of attribute property.
-
#sensor ⇒ Types::Sensor
Returns the value of attribute sensor.
-
#struct ⇒ Types::CustomStruct
Returns the value of attribute struct.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#actuator ⇒ Types::Actuator
Returns the value of attribute actuator.
998 999 1000 |
# File 'sig/types.rbs', line 998 def actuator @actuator end |
#attribute ⇒ Types::Attribute
Returns the value of attribute attribute.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def attribute @attribute end |
#branch ⇒ Types::Branch
Returns the value of attribute branch.
996 997 998 |
# File 'sig/types.rbs', line 996 def branch @branch end |
#property ⇒ Types::CustomProperty
Returns the value of attribute property.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def property @property end |
#sensor ⇒ Types::Sensor
Returns the value of attribute sensor.
997 998 999 |
# File 'sig/types.rbs', line 997 def sensor @sensor end |
#struct ⇒ Types::CustomStruct
Returns the value of attribute struct.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def struct @struct end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def unknown @unknown end |