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.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def column_name @column_name end |
#format ⇒ ::String
Returns the value of attribute format.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def format @format end |
#new_column_type ⇒ "STRING", ...
Returns the value of attribute new_column_type.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def new_column_type @new_column_type end |
#sub_type ⇒ "FLOAT", "FIXED"
Returns the value of attribute sub_type.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def sub_type @sub_type end |