Class: Aws::Types::ProjectOperation

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)


8956
8957
8958
# File 'sig/types.rbs', line 8956

def alias
  @alias
end

#projected_columns::Array[::String]

Returns the value of attribute projected_columns.

Returns:

  • (::Array[::String])


8958
8959
8960
# File 'sig/types.rbs', line 8958

def projected_columns
  @projected_columns
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



8957
8958
8959
# File 'sig/types.rbs', line 8957

def source
  @source
end