Class: Aws::Types::RdsDataApiConfig
- Inherits:
-
Object
- Object
- Aws::Types::RdsDataApiConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def database_name @database_name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def resource_arn @resource_arn end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def secret_arn @secret_arn end |