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.



3161
3162
3163
# File 'sig/types.rbs', line 3161

def athena
  @athena
end

#glueTypes::GlueTableReference

Returns the value of attribute glue.



3159
3160
3161
# File 'sig/types.rbs', line 3159

def glue
  @glue
end

#snowflakeTypes::SnowflakeTableReference

Returns the value of attribute snowflake.



3160
3161
3162
# File 'sig/types.rbs', line 3160

def snowflake
  @snowflake
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3162
3163
3164
# File 'sig/types.rbs', line 3162

def unknown
  @unknown
end