Class: Aws::Types::TableReference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Athena, Glue, Snowflake, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athenaTypes::AthenaTableReference

Returns the value of attribute athena.



3188
3189
3190
# File 'sig/types.rbs', line 3188

def athena
  @athena
end

#glueTypes::GlueTableReference

Returns the value of attribute glue.



3186
3187
3188
# File 'sig/types.rbs', line 3186

def glue
  @glue
end

#snowflakeTypes::SnowflakeTableReference

Returns the value of attribute snowflake.



3187
3188
3189
# File 'sig/types.rbs', line 3187

def snowflake
  @snowflake
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3189
3190
3191
# File 'sig/types.rbs', line 3189

def unknown
  @unknown
end