Class: Aws::Types::VerifiedAccessEndpointRdsOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointRdsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
-
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
-
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
-
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
-
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
19283 19284 19285 |
# File 'sig/types.rbs', line 19283 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
19282 19283 19284 |
# File 'sig/types.rbs', line 19282 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
19285 19286 19287 |
# File 'sig/types.rbs', line 19285 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
19284 19285 19286 |
# File 'sig/types.rbs', line 19284 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
19286 19287 19288 |
# File 'sig/types.rbs', line 19286 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
19287 19288 19289 |
# File 'sig/types.rbs', line 19287 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
19288 19289 19290 |
# File 'sig/types.rbs', line 19288 def subnet_ids @subnet_ids end |