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)


9313
9314
9315
# File 'sig/types.rbs', line 9313

def alias
  @alias
end

#projected_columns::Array[::String]

Returns the value of attribute projected_columns.

Returns:

  • (::Array[::String])


9315
9316
9317
# File 'sig/types.rbs', line 9315

def projected_columns
  @projected_columns
end

#sourceTypes::TransformOperationSource

Returns the value of attribute source.



9314
9315
9316
# File 'sig/types.rbs', line 9314

def source
  @source
end