Class: Aws::Types::SybaseSettings
- Inherits:
-
Object
- Object
- Aws::Types::SybaseSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
-
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
-
#server_name ⇒ ::String
Returns the value of attribute server_name.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def database_name @database_name end |
#password ⇒ ::String
Returns the value of attribute password.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def port @port end |
#secrets_manager_access_role_arn ⇒ ::String
Returns the value of attribute secrets_manager_access_role_arn.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def secrets_manager_access_role_arn @secrets_manager_access_role_arn end |
#secrets_manager_secret_id ⇒ ::String
Returns the value of attribute secrets_manager_secret_id.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def secrets_manager_secret_id @secrets_manager_secret_id end |
#server_name ⇒ ::String
Returns the value of attribute server_name.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def server_name @server_name end |
#username ⇒ ::String
Returns the value of attribute username.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def username @username end |