Class: Aws::QuickSight::Types::OracleParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for Oracle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The database.

Returns:

  • (String)


22140
22141
22142
22143
22144
22145
22146
# File 'lib/aws-sdk-quicksight/types.rb', line 22140

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

#hostString

An Oracle host.

Returns:

  • (String)


22140
22141
22142
22143
22144
22145
22146
# File 'lib/aws-sdk-quicksight/types.rb', line 22140

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

#portInteger

The port.

Returns:

  • (Integer)


22140
22141
22142
22143
22144
22145
22146
# File 'lib/aws-sdk-quicksight/types.rb', line 22140

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