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)


21132
21133
21134
21135
21136
21137
21138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21132

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

#hostString

An Oracle host.

Returns:

  • (String)


21132
21133
21134
21135
21136
21137
21138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21132

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

#portInteger

The port.

Returns:

  • (Integer)


21132
21133
21134
21135
21136
21137
21138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21132

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