Class: Aws::Types::PhysicalTable
- Inherits:
-
Object
- Object
- Aws::Types::PhysicalTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_sql ⇒ Types::CustomSql
Returns the value of attribute custom_sql.
-
#file_source ⇒ Types::FileSource
Returns the value of attribute file_source.
-
#relational_table ⇒ Types::RelationalTable
Returns the value of attribute relational_table.
-
#s3_source ⇒ Types::S3Source
Returns the value of attribute s3_source.
-
#saa_s_table ⇒ Types::SaaSTable
Returns the value of attribute saa_s_table.
Instance Attribute Details
#custom_sql ⇒ Types::CustomSql
Returns the value of attribute custom_sql.
8614 8615 8616 |
# File 'sig/types.rbs', line 8614 def custom_sql @custom_sql end |
#file_source ⇒ Types::FileSource
Returns the value of attribute file_source.
8617 8618 8619 |
# File 'sig/types.rbs', line 8617 def file_source @file_source end |
#relational_table ⇒ Types::RelationalTable
Returns the value of attribute relational_table.
8613 8614 8615 |
# File 'sig/types.rbs', line 8613 def relational_table @relational_table end |
#s3_source ⇒ Types::S3Source
Returns the value of attribute s3_source.
8615 8616 8617 |
# File 'sig/types.rbs', line 8615 def s3_source @s3_source end |
#saa_s_table ⇒ Types::SaaSTable
Returns the value of attribute saa_s_table.
8616 8617 8618 |
# File 'sig/types.rbs', line 8616 def saa_s_table @saa_s_table end |