Class: Aws::Types::LogicalTable
- Inherits:
-
Object
- Object
- Aws::Types::LogicalTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#data_transforms ⇒ ::Array[Types::TransformOperation]
Returns the value of attribute data_transforms.
-
#source ⇒ Types::LogicalTableSource
Returns the value of attribute source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
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.
8356 8357 8358 |
# File 'sig/types.rbs', line 8356 def data_transforms @data_transforms end |
#source ⇒ Types::LogicalTableSource
Returns the value of attribute source.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def source @source end |