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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


24300
24301
24302
24303
24304
24305
24306
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24300

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

#hostString

An Oracle host.

Returns:

  • (String)


24300
24301
24302
24303
24304
24305
24306
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24300

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

#portInteger

The port.

Returns:

  • (Integer)


24300
24301
24302
24303
24304
24305
24306
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24300

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