Class: Aws::Types::CanSignal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#factor ⇒ ::Float

Returns the value of attribute factor.

Returns:

  • (::Float)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


114
115
116
# File 'sig/types.rbs', line 114

def is_signed
  @is_signed
end

#length ⇒ ::Integer

Returns the value of attribute length.

Returns:

  • (::Integer)


118
119
120
# File 'sig/types.rbs', line 118

def length
  @length
end

#message_id ⇒ ::Integer

Returns the value of attribute message_id.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def message_id
  @message_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def name
  @name
end

#offset ⇒ ::Float

Returns the value of attribute offset.

Returns:

  • (::Float)


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.

Returns:

  • ("INTEGER", "FLOATING_POINT")


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.

Returns:

  • (::Integer)


115
116
117
# File 'sig/types.rbs', line 115

def start_bit
  @start_bit
end