Class: Aws::Types::Actuator
- Inherits:
-
Object
- Object
- Aws::Types::Actuator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
-
#assigned_value ⇒ ::String
Returns the value of attribute assigned_value.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#data_type ⇒ "INT8", ...
Returns the value of attribute data_type.
-
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
-
#struct_fully_qualified_name ⇒ ::String
Returns the value of attribute struct_fully_qualified_name.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
21 22 23 |
# File 'sig/types.rbs', line 21 def allowed_values @allowed_values end |
#assigned_value ⇒ ::String
Returns the value of attribute assigned_value.
24 25 26 |
# File 'sig/types.rbs', line 24 def assigned_value @assigned_value end |
#comment ⇒ ::String
Returns the value of attribute comment.
26 27 28 |
# File 'sig/types.rbs', line 26 def comment @comment end |
#data_type ⇒ "INT8", ...
Returns the value of attribute data_type.
18 19 20 |
# File 'sig/types.rbs', line 18 def data_type @data_type end |
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
25 26 27 |
# File 'sig/types.rbs', line 25 def end |
#description ⇒ ::String
Returns the value of attribute description.
19 20 21 |
# File 'sig/types.rbs', line 19 def description @description end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def fully_qualified_name @fully_qualified_name end |
#max ⇒ ::Float
Returns the value of attribute max.
23 24 25 |
# File 'sig/types.rbs', line 23 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
22 23 24 |
# File 'sig/types.rbs', line 22 def min @min end |
#struct_fully_qualified_name ⇒ ::String
Returns the value of attribute struct_fully_qualified_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def struct_fully_qualified_name @struct_fully_qualified_name end |
#unit ⇒ ::String
Returns the value of attribute unit.
20 21 22 |
# File 'sig/types.rbs', line 20 def unit @unit end |