Class: Aws::Types::SnowflakeTableReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifier::String

Returns the value of attribute account_identifier.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def 
  @account_identifier
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def database_name
  @database_name
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def schema_name
  @schema_name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def secret_arn
  @secret_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def table_name
  @table_name
end

#table_schemaTypes::SnowflakeTableSchema

Returns the value of attribute table_schema.



3071
3072
3073
# File 'sig/types.rbs', line 3071

def table_schema
  @table_schema
end