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)


26248
26249
26250
26251
26252
26253
26254
# File 'lib/aws-sdk-quicksight/types.rb', line 26248

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

#hostString

Host.

Returns:

  • (String)


26248
26249
26250
26251
26252
26253
26254
# File 'lib/aws-sdk-quicksight/types.rb', line 26248

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

#portInteger

Port.

Returns:

  • (Integer)


26248
26249
26250
26251
26252
26253
26254
# File 'lib/aws-sdk-quicksight/types.rb', line 26248

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