Class: Aws::Types::Attribute
- Inherits:
-
Object
- Object
- Aws::Types::Attribute
- 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.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#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.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#allowed_values ⇒ ::Array[::String]
Returns the value of attribute allowed_values.
45 46 47 |
# File 'sig/types.rbs', line 45 def allowed_values @allowed_values end |
#assigned_value ⇒ ::String
Returns the value of attribute assigned_value.
48 49 50 |
# File 'sig/types.rbs', line 48 def assigned_value @assigned_value end |
#comment ⇒ ::String
Returns the value of attribute comment.
51 52 53 |
# File 'sig/types.rbs', line 51 def comment @comment end |
#data_type ⇒ "INT8", ...
Returns the value of attribute data_type.
42 43 44 |
# File 'sig/types.rbs', line 42 def data_type @data_type end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
49 50 51 |
# File 'sig/types.rbs', line 49 def default_value @default_value end |
#deprecation_message ⇒ ::String
Returns the value of attribute deprecation_message.
50 51 52 |
# File 'sig/types.rbs', line 50 def end |
#description ⇒ ::String
Returns the value of attribute description.
43 44 45 |
# File 'sig/types.rbs', line 43 def description @description end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
41 42 43 |
# File 'sig/types.rbs', line 41 def fully_qualified_name @fully_qualified_name end |
#max ⇒ ::Float
Returns the value of attribute max.
47 48 49 |
# File 'sig/types.rbs', line 47 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
46 47 48 |
# File 'sig/types.rbs', line 46 def min @min end |
#unit ⇒ ::String
Returns the value of attribute unit.
44 45 46 |
# File 'sig/types.rbs', line 44 def unit @unit end |