Class: Aws::Types::CanSignal
- Inherits:
-
Object
- Object
- Aws::Types::CanSignal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#factor ⇒ ::Float
Returns the value of attribute factor.
-
#is_big_endian ⇒ Boolean
Returns the value of attribute is_big_endian.
-
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#message_id ⇒ ::Integer
Returns the value of attribute message_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#offset ⇒ ::Float
Returns the value of attribute offset.
-
#signal_value_type ⇒ "INTEGER", "FLOATING_POINT"
Returns the value of attribute signal_value_type.
-
#start_bit ⇒ ::Integer
Returns the value of attribute start_bit.
Instance Attribute Details
#factor ⇒ ::Float
Returns the value of attribute factor.
117 118 119 |
# File 'sig/types.rbs', line 117 def factor @factor end |
#is_big_endian ⇒ Boolean
Returns the value of attribute is_big_endian.
113 114 115 |
# File 'sig/types.rbs', line 113 def is_big_endian @is_big_endian end |
#is_signed ⇒ Boolean
Returns the value of attribute is_signed.
114 115 116 |
# File 'sig/types.rbs', line 114 def is_signed @is_signed end |
#length ⇒ ::Integer
Returns the value of attribute length.
118 119 120 |
# File 'sig/types.rbs', line 118 def length @length end |
#message_id ⇒ ::Integer
Returns the value of attribute message_id.
112 113 114 |
# File 'sig/types.rbs', line 112 def @message_id end |
#name ⇒ ::String
Returns the value of attribute name.
119 120 121 |
# File 'sig/types.rbs', line 119 def name @name end |
#offset ⇒ ::Float
Returns the value of attribute offset.
116 117 118 |
# File 'sig/types.rbs', line 116 def offset @offset end |
#signal_value_type ⇒ "INTEGER", "FLOATING_POINT"
Returns the value of attribute signal_value_type.
120 121 122 |
# File 'sig/types.rbs', line 120 def signal_value_type @signal_value_type end |
#start_bit ⇒ ::Integer
Returns the value of attribute start_bit.
115 116 117 |
# File 'sig/types.rbs', line 115 def start_bit @start_bit end |