Class: Aws::Types::RelationalDatabaseDataSourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseDataSourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rds_http_endpoint_config ⇒ Types::RdsHttpEndpointConfig
Returns the value of attribute rds_http_endpoint_config.
-
#relational_database_source_type ⇒ "RDS_HTTP_ENDPOINT"
Returns the value of attribute relational_database_source_type.
Instance Attribute Details
#rds_http_endpoint_config ⇒ Types::RdsHttpEndpointConfig
Returns the value of attribute rds_http_endpoint_config.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def rds_http_endpoint_config @rds_http_endpoint_config end |
#relational_database_source_type ⇒ "RDS_HTTP_ENDPOINT"
Returns the value of attribute relational_database_source_type.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def relational_database_source_type @relational_database_source_type end |