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.
18944 18945 18946 |
# File 'sig/types.rbs', line 18944 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18943 18944 18945 |
# File 'sig/types.rbs', line 18943 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
18946 18947 18948 |
# File 'sig/types.rbs', line 18946 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
18945 18946 18947 |
# File 'sig/types.rbs', line 18945 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
18947 18948 18949 |
# File 'sig/types.rbs', line 18947 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
18948 18949 18950 |
# File 'sig/types.rbs', line 18948 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18949 18950 18951 |
# File 'sig/types.rbs', line 18949 def subnet_ids @subnet_ids end |