Class: Aws::Types::ModifyDBProxyEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBProxyEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute db_proxy_endpoint_name.
-
#new_db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute new_db_proxy_endpoint_name.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute db_proxy_endpoint_name.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def db_proxy_endpoint_name @db_proxy_endpoint_name end |
#new_db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute new_db_proxy_endpoint_name.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def new_db_proxy_endpoint_name @new_db_proxy_endpoint_name end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def vpc_security_group_ids @vpc_security_group_ids end |