Class: Aws::Types::CalculatedColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#column_id::String

Returns the value of attribute column_id.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def column_id
  @column_id
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


1237
1238
1239
# File 'sig/types.rbs', line 1237

def column_name
  @column_name
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


1239
1240
1241
# File 'sig/types.rbs', line 1239

def expression
  @expression
end