Class: Aws::QuickSight::Types::SnowflakeParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnowflakeParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Snowflake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#warehouse ⇒ String
Warehouse.
Instance Attribute Details
#database ⇒ String
Database.
27458 27459 27460 27461 27462 27463 27464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27458 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
27458 27459 27460 27461 27462 27463 27464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27458 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |
#warehouse ⇒ String
Warehouse.
27458 27459 27460 27461 27462 27463 27464 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27458 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |