Class: Aws::Types::CreateColumnsOperation

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)


2261
2262
2263
# File 'sig/types.rbs', line 2261

def alias
  @alias
end

#columns::Array[Types::CalculatedColumn]

Returns the value of attribute columns.

Returns:



2263
2264
2265
# File 'sig/types.rbs', line 2263

def columns
  @columns
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



2262
2263
2264
# File 'sig/types.rbs', line 2262

def source
  @source
end