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.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def athena @athena end |
#glue ⇒ Types::GlueTableReference
Returns the value of attribute glue.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def glue @glue end |
#snowflake ⇒ Types::SnowflakeTableReference
Returns the value of attribute snowflake.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def snowflake @snowflake end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def unknown @unknown end |