Class: Aws::QuickSight::Types::OracleParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::OracleParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Oracle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database ⇒ String
The database.
-
#host ⇒ String
An Oracle host.
-
#port ⇒ Integer
The port.
Instance Attribute Details
#database ⇒ String
The database.
23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23320 class OracleParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
An Oracle host.
23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23320 class OracleParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port.
23320 23321 23322 23323 23324 23325 23326 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23320 class OracleParameters < Struct.new( :host, :port, :database) SENSITIVE = [] include Aws::Structure end |