Class: Aws::Types::Node

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Actuator, Attribute, Branch, Property, Sensor, Struct, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actuator ⇒ Types::Actuator

Returns the value of attribute actuator.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def actuator
  @actuator
end

#attribute ⇒ Types::Attribute

Returns the value of attribute attribute.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def attribute
  @attribute
end

#branch ⇒ Types::Branch

Returns the value of attribute branch.

Returns:



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.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def sensor
  @sensor
end

#struct ⇒ Types::CustomStruct

Returns the value of attribute struct.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def struct
  @struct
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def unknown
  @unknown
end