Class: Aws::CleanRooms::Types::SnowflakeTableReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

A reference to a table within Snowflake.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifierString

The account identifier for the Snowflake table reference.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database the Snowflake table belongs to.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The schema name of the Snowflake table reference.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The secret ARN of the Snowflake table reference.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the Snowflake table.

Returns:

  • (String)


7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end

#table_schemaTypes::SnowflakeTableSchema

The schema of the Snowflake table.



7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7183

class SnowflakeTableReference < Struct.new(
  :secret_arn,
  :account_identifier,
  :database_name,
  :table_name,
  :schema_name,
  :table_schema)
  SENSITIVE = []
  include Aws::Structure
end