Class: Aws::Types::DBProxyTarget
- Inherits:
-
Object
- Object
- Aws::Types::DBProxyTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#rds_resource_id ⇒ ::String
Returns the value of attribute rds_resource_id.
-
#role ⇒ "READ_WRITE", ...
Returns the value of attribute role.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
-
#target_health ⇒ Types::TargetHealth
Returns the value of attribute target_health.
-
#tracked_cluster_id ⇒ ::String
Returns the value of attribute tracked_cluster_id.
-
#type ⇒ "RDS_INSTANCE", ...
Returns the value of attribute type.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def endpoint @endpoint end |
#port ⇒ ::Integer
Returns the value of attribute port.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def port @port end |
#rds_resource_id ⇒ ::String
Returns the value of attribute rds_resource_id.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def rds_resource_id @rds_resource_id end |
#role ⇒ "READ_WRITE", ...
Returns the value of attribute role.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def role @role end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def target_arn @target_arn end |
#target_health ⇒ Types::TargetHealth
Returns the value of attribute target_health.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def target_health @target_health end |
#tracked_cluster_id ⇒ ::String
Returns the value of attribute tracked_cluster_id.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def tracked_cluster_id @tracked_cluster_id end |
#type ⇒ "RDS_INSTANCE", ...
Returns the value of attribute type.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def type @type end |