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)


42627
42628
42629
42630
42631
42632
42633
# File 'lib/aws-sdk-quicksight/types.rb', line 42627

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

#hostString

Host.

Returns:

  • (String)


42627
42628
42629
42630
42631
42632
42633
# File 'lib/aws-sdk-quicksight/types.rb', line 42627

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

#portInteger

Port.

Returns:

  • (Integer)


42627
42628
42629
42630
42631
42632
42633
# File 'lib/aws-sdk-quicksight/types.rb', line 42627

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