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

#database ⇒ String

Database.

Returns:

  • (String)


43193
43194
43195
43196
43197
43198
43199
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43193

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

#host ⇒ String

Host.

Returns:

  • (String)


43193
43194
43195
43196
43197
43198
43199
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43193

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

#port ⇒ Integer

Port.

Returns:

  • (Integer)


43193
43194
43195
43196
43197
43198
43199
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 43193

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