Class: Aws::QuickSight::Types::SnowflakeParameters

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

Overview

The parameters for Snowflake.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

Database.

Returns:

  • (String)


27439
27440
27441
27442
27443
27444
27445
# File 'lib/aws-sdk-quicksight/types.rb', line 27439

class SnowflakeParameters < Struct.new(
  :host,
  :database,
  :warehouse)
  SENSITIVE = []
  include Aws::Structure
end

#hostString

Host.

Returns:

  • (String)


27439
27440
27441
27442
27443
27444
27445
# File 'lib/aws-sdk-quicksight/types.rb', line 27439

class SnowflakeParameters < Struct.new(
  :host,
  :database,
  :warehouse)
  SENSITIVE = []
  include Aws::Structure
end

#warehouseString

Warehouse.

Returns:

  • (String)


27439
27440
27441
27442
27443
27444
27445
# File 'lib/aws-sdk-quicksight/types.rb', line 27439

class SnowflakeParameters < Struct.new(
  :host,
  :database,
  :warehouse)
  SENSITIVE = []
  include Aws::Structure
end