Class: Aws::Odb::Types::AutonomousDatabaseConnectionStrings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

The connection strings used to connect to an Autonomous Database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_connection_stringsHash<String,String>

The list of all connection strings that you can use to connect to the Autonomous Database.

Returns:

  • (Hash<String,String>)


915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#dedicatedString

The connection string for connecting to the Autonomous Database with a dedicated service.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#highString

The connection string for the high-priority database service.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#lowString

The connection string for the low-priority database service.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#mediumString

The connection string for the medium-priority database service.

Returns:

  • (String)


915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::DatabaseConnectionStringProfile>

The list of connection string profiles for the Autonomous Database.



915
916
917
918
919
920
921
922
923
924
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 915

class AutonomousDatabaseConnectionStrings < Struct.new(
  :all_connection_strings,
  :dedicated,
  :high,
  :medium,
  :low,
  :profiles)
  SENSITIVE = []
  include Aws::Structure
end