Class: Aws::QuickSight::Types::SqlServerParameters

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

Overview

The parameters for SQL Server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

Database.

Returns:

  • (String)


39900
39901
39902
39903
39904
39905
39906
# File 'lib/aws-sdk-quicksight/types.rb', line 39900

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

#hostString

Host.

Returns:

  • (String)


39900
39901
39902
39903
39904
39905
39906
# File 'lib/aws-sdk-quicksight/types.rb', line 39900

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

#portInteger

Port.

Returns:

  • (Integer)


39900
39901
39902
39903
39904
39905
39906
# File 'lib/aws-sdk-quicksight/types.rb', line 39900

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