Class: Aws::Types::CastColumnTypesOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


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.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def cast_column_type_operations
  @cast_column_type_operations
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



1663
1664
1665
# File 'sig/types.rbs', line 1663

def source
  @source
end