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.
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.
8017 8018 8019 |
# File 'sig/types.rbs', line 8017 def data_transforms @data_transforms end |
#source ⇒ Types::LogicalTableSource
Returns the value of attribute source.
8018 8019 8020 |
# File 'sig/types.rbs', line 8018 def source @source end |