Class: Aws::Types::CastColumnTypesOperation
- Inherits:
-
Object
- Object
- Aws::Types::CastColumnTypesOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#cast_column_type_operations ⇒ ::Array[Types::CastColumnTypeOperation]
Returns the value of attribute cast_column_type_operations.
-
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def alias @alias end |
#cast_column_type_operations ⇒ ::Array[Types::CastColumnTypeOperation]
Returns the value of attribute cast_column_type_operations.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def cast_column_type_operations @cast_column_type_operations end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def source @source end |