Class: Aws::QuickSight::Types::ExasolParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ExasolParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The required parameters for connecting to an Exasol data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host ⇒ String
The hostname or IP address of the Exasol data source.
-
#port ⇒ Integer
The port for the Exasol data source.
Instance Attribute Details
#host ⇒ String
The hostname or IP address of the Exasol data source.
14251 14252 14253 14254 14255 14256 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14251 class ExasolParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port for the Exasol data source.
14251 14252 14253 14254 14255 14256 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14251 class ExasolParameters < Struct.new( :host, :port) SENSITIVE = [] include Aws::Structure end |