Class: Aws::Types::LogicalTable

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)


8016
8017
8018
# File 'sig/types.rbs', line 8016

def alias
  @alias
end

#data_transforms::Array[Types::TransformOperation]

Returns the value of attribute data_transforms.

Returns:



8017
8018
8019
# File 'sig/types.rbs', line 8017

def data_transforms
  @data_transforms
end

#sourceTypes::LogicalTableSource

Returns the value of attribute source.



8018
8019
8020
# File 'sig/types.rbs', line 8018

def source
  @source
end