Class: Aws::QuickSight::Types::SqlServerParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SqlServerParameters
- 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
-
#database ⇒ String
Database.
-
#host ⇒ String
Host.
-
#port ⇒ Integer
Port.
Instance Attribute Details
#database ⇒ String
Database.
27926 27927 27928 27929 27930 27931 27932 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27926 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
Host.
27926 27927 27928 27929 27930 27931 27932 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27926 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
Port.
27926 27927 27928 27929 27930 27931 27932 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27926 class SqlServerParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |