Class: Aws::QuickSight::Types::SqlServerParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SqlServerParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for SQL Server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
28969 28970 28971 28972 28973 28974 28975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28969 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
28969 28970 28971 28972 28973 28974 28975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28969 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
28969 28970 28971 28972 28973 28974 28975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28969 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |