Class: Aws::Odb::Types::AutonomousDatabaseConnectionStrings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::AutonomousDatabaseConnectionStrings
- 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
-
#all_connection_strings ⇒ Hash<String,String>
The list of all connection strings that you can use to connect to the Autonomous Database.
-
#dedicated ⇒ String
The connection string for connecting to the Autonomous Database with a dedicated service.
-
#high ⇒ String
The connection string for the high-priority database service.
-
#low ⇒ String
The connection string for the low-priority database service.
-
#medium ⇒ String
The connection string for the medium-priority database service.
-
#profiles ⇒ Array<Types::DatabaseConnectionStringProfile>
The list of connection string profiles for the Autonomous Database.
Instance Attribute Details
#all_connection_strings ⇒ Hash<String,String>
The list of all connection strings that you can use to connect to 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 |
#dedicated ⇒ String
The connection string for connecting to the Autonomous Database with a dedicated service.
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 |
#high ⇒ String
The connection string for the high-priority database service.
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 |
#low ⇒ String
The connection string for the low-priority database service.
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 |
#medium ⇒ String
The connection string for the medium-priority database service.
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 |
#profiles ⇒ Array<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 |