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.
18617 18618 18619 |
# File 'sig/types.rbs', line 18617 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18616 18617 18618 |
# File 'sig/types.rbs', line 18616 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
18619 18620 18621 |
# File 'sig/types.rbs', line 18619 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
18618 18619 18620 |
# File 'sig/types.rbs', line 18618 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
18620 18621 18622 |
# File 'sig/types.rbs', line 18620 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
18621 18622 18623 |
# File 'sig/types.rbs', line 18621 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18622 18623 18624 |
# File 'sig/types.rbs', line 18622 def subnet_ids @subnet_ids end |