Class: Aws::Types::DBProxyEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::DBProxyEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#db_proxy_endpoint_arn ⇒ ::String
Returns the value of attribute db_proxy_endpoint_arn.
-
#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 ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#target_role ⇒ "READ_WRITE", "READ_ONLY"
Returns the value of attribute target_role.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#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
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def created_date @created_date end |
#db_proxy_endpoint_arn ⇒ ::String
Returns the value of attribute db_proxy_endpoint_arn.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def db_proxy_endpoint_arn @db_proxy_endpoint_arn end |
#db_proxy_endpoint_name ⇒ ::String
Returns the value of attribute db_proxy_endpoint_name.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def db_proxy_endpoint_name @db_proxy_endpoint_name end |
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def db_proxy_name @db_proxy_name end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def endpoint @endpoint end |
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def endpoint_network_type @endpoint_network_type end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def is_default @is_default end |
#status ⇒ "available", ...
Returns the value of attribute status.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def status @status end |
#target_role ⇒ "READ_WRITE", "READ_ONLY"
Returns the value of attribute target_role.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def target_role @target_role end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def vpc_id @vpc_id end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def vpc_subnet_ids @vpc_subnet_ids end |