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.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def alias @alias end |
#cast_column_type_operations ⇒ ::Array[Types::CastColumnTypeOperation]
Returns the value of attribute cast_column_type_operations.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def cast_column_type_operations @cast_column_type_operations end |
#source ⇒ Types::TransformOperationSource
Returns the value of attribute source.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def source @source end |