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.
3673 3674 3675 |
# File 'sig/types.rbs', line 3673 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3672 3673 3674 |
# File 'sig/types.rbs', line 3672 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
3674 3675 3676 |
# File 'sig/types.rbs', line 3674 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def subnet_ids @subnet_ids end |