Class: Aws::Types::RdsHttpEndpointConfig
- Inherits:
-
Object
- Object
- Aws::Types::RdsHttpEndpointConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#aws_secret_store_arn ⇒ ::String
Returns the value of attribute aws_secret_store_arn.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def aws_region @aws_region end |
#aws_secret_store_arn ⇒ ::String
Returns the value of attribute aws_secret_store_arn.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def aws_secret_store_arn @aws_secret_store_arn end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def database_name @database_name end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def db_cluster_identifier @db_cluster_identifier end |
#schema ⇒ ::String
Returns the value of attribute schema.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def schema @schema end |