Class: Aws::Types::AutonomousDatabaseConnectionUrls
- Inherits:
-
Object
- Object
- Aws::Types::AutonomousDatabaseConnectionUrls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apex_url ⇒ ::String
Returns the value of attribute apex_url.
-
#database_transforms_url ⇒ ::String
Returns the value of attribute database_transforms_url.
-
#graph_studio_url ⇒ ::String
Returns the value of attribute graph_studio_url.
-
#machine_learning_notebook_url ⇒ ::String
Returns the value of attribute machine_learning_notebook_url.
-
#machine_learning_user_management_url ⇒ ::String
Returns the value of attribute machine_learning_user_management_url.
-
#mongo_db_url ⇒ ::String
Returns the value of attribute mongo_db_url.
-
#ords_url ⇒ ::String
Returns the value of attribute ords_url.
-
#spatial_studio_url ⇒ ::String
Returns the value of attribute spatial_studio_url.
-
#sql_dev_web_url ⇒ ::String
Returns the value of attribute sql_dev_web_url.
Instance Attribute Details
#apex_url ⇒ ::String
Returns the value of attribute apex_url.
244 245 246 |
# File 'sig/types.rbs', line 244 def apex_url @apex_url end |
#database_transforms_url ⇒ ::String
Returns the value of attribute database_transforms_url.
245 246 247 |
# File 'sig/types.rbs', line 245 def database_transforms_url @database_transforms_url end |
#graph_studio_url ⇒ ::String
Returns the value of attribute graph_studio_url.
246 247 248 |
# File 'sig/types.rbs', line 246 def graph_studio_url @graph_studio_url end |
#machine_learning_notebook_url ⇒ ::String
Returns the value of attribute machine_learning_notebook_url.
247 248 249 |
# File 'sig/types.rbs', line 247 def machine_learning_notebook_url @machine_learning_notebook_url end |
#machine_learning_user_management_url ⇒ ::String
Returns the value of attribute machine_learning_user_management_url.
248 249 250 |
# File 'sig/types.rbs', line 248 def machine_learning_user_management_url @machine_learning_user_management_url end |
#mongo_db_url ⇒ ::String
Returns the value of attribute mongo_db_url.
249 250 251 |
# File 'sig/types.rbs', line 249 def mongo_db_url @mongo_db_url end |
#ords_url ⇒ ::String
Returns the value of attribute ords_url.
250 251 252 |
# File 'sig/types.rbs', line 250 def ords_url @ords_url end |
#spatial_studio_url ⇒ ::String
Returns the value of attribute spatial_studio_url.
251 252 253 |
# File 'sig/types.rbs', line 251 def spatial_studio_url @spatial_studio_url end |
#sql_dev_web_url ⇒ ::String
Returns the value of attribute sql_dev_web_url.
252 253 254 |
# File 'sig/types.rbs', line 252 def sql_dev_web_url @sql_dev_web_url end |