Class: Aws::Types::CastColumnTypeOperation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def column_name
  @column_name
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


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.

Returns:

  • ("STRING", "INTEGER", "DECIMAL", "DATETIME")


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.

Returns:

  • ("FLOAT", "FIXED")


1656
1657
1658
# File 'sig/types.rbs', line 1656

def sub_type
  @sub_type
end