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)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def alias
  @alias
end

#columns::Array[Types::CalculatedColumn]

Returns the value of attribute columns.

Returns:



2166
2167
2168
# File 'sig/types.rbs', line 2166

def columns
  @columns
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



2165
2166
2167
# File 'sig/types.rbs', line 2165

def source
  @source
end