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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


26582
26583
26584
26585
26586
26587
26588
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26582

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

#hostString

Host.

Returns:

  • (String)


26582
26583
26584
26585
26586
26587
26588
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26582

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

#portInteger

Port.

Returns:

  • (Integer)


26582
26583
26584
26585
26586
26587
26588
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26582

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