Class: Aws::Types::CreateDBProxyEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBProxyEndpointRequest
- 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.
-
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
-
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_role ⇒ "READ_WRITE", "READ_ONLY"
Returns the value of attribute target_role.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute db_proxy_endpoint_name.
633 634 635 |
# File 'sig/types.rbs', line 633 def db_proxy_endpoint_name @db_proxy_endpoint_name end |
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def db_proxy_name @db_proxy_name end |
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
638 639 640 |
# File 'sig/types.rbs', line 638 def endpoint_network_type @endpoint_network_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
637 638 639 |
# File 'sig/types.rbs', line 637 def @tags end |
#target_role ⇒ "READ_WRITE", "READ_ONLY"
Returns the value of attribute target_role.
636 637 638 |
# File 'sig/types.rbs', line 636 def target_role @target_role end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
635 636 637 |
# File 'sig/types.rbs', line 635 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
634 635 636 |
# File 'sig/types.rbs', line 634 def vpc_subnet_ids @vpc_subnet_ids end |