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)


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.

Returns:



1583
1584
1585
# File 'sig/types.rbs', line 1583

def cast_column_type_operations
  @cast_column_type_operations
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def source
  @source
end