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.
8965 8966 8967 |
# File 'sig/types.rbs', line 8965 def custom_sql @custom_sql end |
#file_source ⇒ Types::FileSource
Returns the value of attribute file_source.
8968 8969 8970 |
# File 'sig/types.rbs', line 8968 def file_source @file_source end |
#relational_table ⇒ Types::RelationalTable
Returns the value of attribute relational_table.
8964 8965 8966 |
# File 'sig/types.rbs', line 8964 def relational_table @relational_table end |
#s3_source ⇒ Types::S3Source
Returns the value of attribute s3_source.
8966 8967 8968 |
# File 'sig/types.rbs', line 8966 def s3_source @s3_source end |
#saa_s_table ⇒ Types::SaaSTable
Returns the value of attribute saa_s_table.
8967 8968 8969 |
# File 'sig/types.rbs', line 8967 def saa_s_table @saa_s_table end |