Class: Aws::Types::CastColumnTypeOperation
- Inherits:
-
Object
- Object
- Aws::Types::CastColumnTypeOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#format ⇒ ::String
Returns the value of attribute format.
-
#new_column_type ⇒ "STRING", ...
Returns the value of attribute new_column_type.
-
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def column_name @column_name end |
#format ⇒ ::String
Returns the value of attribute format.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def format @format end |
#new_column_type ⇒ "STRING", ...
Returns the value of attribute new_column_type.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def new_column_type @new_column_type end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def sub_type @sub_type end |