Class: Aws::Types::Sensor

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values ⇒ ::Array[::String]

Returns the value of attribute allowed_values.



1141
1142
1143
# File 'sig/types.rbs', line 1141

def allowed_values
  @allowed_values
end

#comment ⇒ ::String

Returns the value of attribute comment.



1145
1146
1147
# File 'sig/types.rbs', line 1145

def comment
  @comment
end

#data_type ⇒ "INT8", ...

Returns the value of attribute data_type.



1138
1139
1140
# File 'sig/types.rbs', line 1138

def data_type
  @data_type
end

#deprecation_message ⇒ ::String

Returns the value of attribute deprecation_message.



1144
1145
1146
# File 'sig/types.rbs', line 1144

def deprecation_message
  @deprecation_message
end

#description ⇒ ::String

Returns the value of attribute description.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def description
  @description
end

#fully_qualified_name ⇒ ::String

Returns the value of attribute fully_qualified_name.



1137
1138
1139
# File 'sig/types.rbs', line 1137

def fully_qualified_name
  @fully_qualified_name
end

#max ⇒ ::Float

Returns the value of attribute max.



1143
1144
1145
# File 'sig/types.rbs', line 1143

def max
  @max
end

#min ⇒ ::Float

Returns the value of attribute min.



1142
1143
1144
# File 'sig/types.rbs', line 1142

def min
  @min
end

#struct_fully_qualified_name ⇒ ::String

Returns the value of attribute struct_fully_qualified_name.



1146
1147
1148
# File 'sig/types.rbs', line 1146

def struct_fully_qualified_name
  @struct_fully_qualified_name
end

#unit ⇒ ::String

Returns the value of attribute unit.



1140
1141
1142
# File 'sig/types.rbs', line 1140

def unit
  @unit
end