Class: Aws::Types::CreateVerifiedAccessEndpointRdsOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointRdsOptions
- 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.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
3563 3564 3565 |
# File 'sig/types.rbs', line 3563 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
3562 3563 3564 |
# File 'sig/types.rbs', line 3562 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def subnet_ids @subnet_ids end |