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)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def column_name
  @column_name
end

#format::String

Returns the value of attribute format.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def format
  @format
end

#new_column_type"STRING", ...

Returns the value of attribute new_column_type.

Returns:

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


1574
1575
1576
# File 'sig/types.rbs', line 1574

def new_column_type
  @new_column_type
end

#sub_type"FLOAT", "FIXED"

Returns the value of attribute sub_type.

Returns:

  • ("FLOAT", "FIXED")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def sub_type
  @sub_type
end