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.
27666 27667 27668 27669 27670 27671 27672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27666 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
27666 27667 27668 27669 27670 27671 27672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27666 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |
#warehouse ⇒ String
Warehouse.
27666 27667 27668 27669 27670 27671 27672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27666 class SnowflakeParameters < Struct.new( :host, :database, :warehouse) SENSITIVE = [] include Aws::Structure end |