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)


3094
3095
3096
# File 'sig/types.rbs', line 3094

def 
  @account_identifier
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def database_name
  @database_name
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def schema_name
  @schema_name
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3093
3094
3095
# File 'sig/types.rbs', line 3093

def secret_arn
  @secret_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def table_name
  @table_name
end

#table_schemaTypes::SnowflakeTableSchema

Returns the value of attribute table_schema.



3098
3099
3100
# File 'sig/types.rbs', line 3098

def table_schema
  @table_schema
end