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.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def port @port end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def protocol @protocol end |
#rds_db_cluster_arn ⇒ ::String
Returns the value of attribute rds_db_cluster_arn.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def rds_db_cluster_arn @rds_db_cluster_arn end |
#rds_db_instance_arn ⇒ ::String
Returns the value of attribute rds_db_instance_arn.
3724 3725 3726 |
# File 'sig/types.rbs', line 3724 def rds_db_instance_arn @rds_db_instance_arn end |
#rds_db_proxy_arn ⇒ ::String
Returns the value of attribute rds_db_proxy_arn.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def rds_db_proxy_arn @rds_db_proxy_arn end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def subnet_ids @subnet_ids end |