Class: Aws::Types::ColumnImportance
- Inherits:
-
Object
- Object
- Aws::Types::ColumnImportance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#importance ⇒ ::Float
Returns the value of attribute importance.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
916 917 918 |
# File 'sig/types.rbs', line 916 def column_name @column_name end |
#importance ⇒ ::Float
Returns the value of attribute importance.
917 918 919 |
# File 'sig/types.rbs', line 917 def importance @importance end |