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.
19304 19305 19306 |
# File 'sig/types.rbs', line 19304 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
19303 19304 19305 |
# File 'sig/types.rbs', line 19303 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
19306 19307 19308 |
# File 'sig/types.rbs', line 19306 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
19305 19306 19307 |
# File 'sig/types.rbs', line 19305 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
19307 19308 19309 |
# File 'sig/types.rbs', line 19307 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
19308 19309 19310 |
# File 'sig/types.rbs', line 19308 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
19309 19310 19311 |
# File 'sig/types.rbs', line 19309 def subnet_ids @subnet_ids end |