Class: Aws::Types::ModifyVerifiedAccessEndpointRdsOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointRdsOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#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.
14098 14099 14100 |
# File 'sig/types.rbs', line 14098 def port @port end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
14099 14100 14101 |
# File 'sig/types.rbs', line 14099 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
14097 14098 14099 |
# File 'sig/types.rbs', line 14097 def subnet_ids @subnet_ids end |