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)


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

#hostString

Host.

Returns:

  • (String)


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

#warehouseString

Warehouse.

Returns:

  • (String)


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