Class: Aws::Types::AutonomousDatabaseConnectionStrings
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabaseConnectionStrings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_connection_strings ⇒ ::Hash[::String, ::String]
Returns the value of attribute all_connection_strings.
-
#dedicated ⇒ ::String
Returns the value of attribute dedicated.
-
#high ⇒ ::String
Returns the value of attribute high.
-
#low ⇒ ::String
Returns the value of attribute low.
-
#medium ⇒ ::String
Returns the value of attribute medium.
-
#profiles ⇒ ::Array[Types::DatabaseConnectionStringProfile]
Returns the value of attribute profiles.
Instance Attribute Details
#all_connection_strings ⇒ ::Hash[::String, ::String]
Returns the value of attribute all_connection_strings.
234 235 236 |
# File 'sig/types.rbs', line 234 def all_connection_strings @all_connection_strings end |
#dedicated ⇒ ::String
Returns the value of attribute dedicated.
235 236 237 |
# File 'sig/types.rbs', line 235 def dedicated @dedicated end |
#high ⇒ ::String
Returns the value of attribute high.
236 237 238 |
# File 'sig/types.rbs', line 236 def high @high end |
#low ⇒ ::String
Returns the value of attribute low.
238 239 240 |
# File 'sig/types.rbs', line 238 def low @low end |
#medium ⇒ ::String
Returns the value of attribute medium.
237 238 239 |
# File 'sig/types.rbs', line 237 def medium @medium end |
#profiles ⇒ ::Array[Types::DatabaseConnectionStringProfile]
Returns the value of attribute profiles.
239 240 241 |
# File 'sig/types.rbs', line 239 def profiles @profiles end |