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)


8355
8356
8357
# File 'sig/types.rbs', line 8355

def alias
  @alias
end

#data_transforms::Array[Types::TransformOperation]

Returns the value of attribute data_transforms.

Returns:



8356
8357
8358
# File 'sig/types.rbs', line 8356

def data_transforms
  @data_transforms
end

#sourceTypes::LogicalTableSource

Returns the value of attribute source.



8357
8358
8359
# File 'sig/types.rbs', line 8357

def source
  @source
end