Class: Aws::CleanRooms::Types::SnowflakeTableReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::SnowflakeTableReference
- 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
-
#account_identifier ⇒ String
The account identifier for the Snowflake table reference.
-
#database_name ⇒ String
The name of the database the Snowflake table belongs to.
-
#schema_name ⇒ String
The schema name of the Snowflake table reference.
-
#secret_arn ⇒ String
The secret ARN of the Snowflake table reference.
-
#table_name ⇒ String
The name of the Snowflake table.
-
#table_schema ⇒ Types::SnowflakeTableSchema
The schema of the Snowflake table.
Instance Attribute Details
#account_identifier ⇒ String
The account identifier for the Snowflake table reference.
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_name ⇒ String
The name of the database the Snowflake table belongs to.
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_name ⇒ String
The schema name of the Snowflake table reference.
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_arn ⇒ String
The secret ARN of the Snowflake table reference.
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_name ⇒ String
The name 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 |
#table_schema ⇒ Types::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 |