Class: Aws::Types::TableReference
- Inherits:
-
Object
- Object
- Aws::Types::TableReference
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Athena, Glue, Snowflake, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#athena ⇒ Types::AthenaTableReference
Returns the value of attribute athena.
-
#glue ⇒ Types::GlueTableReference
Returns the value of attribute glue.
-
#snowflake ⇒ Types::SnowflakeTableReference
Returns the value of attribute snowflake.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#athena ⇒ Types::AthenaTableReference
Returns the value of attribute athena.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def athena @athena end |
#glue ⇒ Types::GlueTableReference
Returns the value of attribute glue.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def glue @glue end |
#snowflake ⇒ Types::SnowflakeTableReference
Returns the value of attribute snowflake.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def snowflake @snowflake end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def unknown @unknown end |