Class: Aws::Types::OracleDataProviderSettings
- Inherits:
-
Object
- Object
- Aws::Types::OracleDataProviderSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asm_server ⇒ ::String
Returns the value of attribute asm_server.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#secrets_manager_oracle_asm_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_access_role_arn.
-
#secrets_manager_oracle_asm_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_secret_id.
-
#secrets_manager_security_db_encryption_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_security_db_encryption_access_role_arn.
-
#secrets_manager_security_db_encryption_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_security_db_encryption_secret_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
Instance Attribute Details
#asm_server ⇒ ::String
Returns the value of attribute asm_server.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def asm_server @asm_server end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def certificate_arn @certificate_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def database_name @database_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def port @port end |
#s3_access_role_arn ⇒ ::String
Returns the value of attribute s3_access_role_arn.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def s3_access_role_arn @s3_access_role_arn end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def s3_path @s3_path end |
#secrets_manager_oracle_asm_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_access_role_arn.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def secrets_manager_oracle_asm_access_role_arn @secrets_manager_oracle_asm_access_role_arn end |
#secrets_manager_oracle_asm_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_oracle_asm_secret_id.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def secrets_manager_oracle_asm_secret_id @secrets_manager_oracle_asm_secret_id end |
#secrets_manager_security_db_encryption_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_security_db_encryption_access_role_arn.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def secrets_manager_security_db_encryption_access_role_arn @secrets_manager_security_db_encryption_access_role_arn end |
#secrets_manager_security_db_encryption_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_security_db_encryption_secret_id.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def secrets_manager_security_db_encryption_secret_id @secrets_manager_security_db_encryption_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def server_name @server_name end |
#ssl_mode ⇒ "none", ...
Returns the value of attribute ssl_mode.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def ssl_mode @ssl_mode end |