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.
14395 14396 14397 |
# File 'sig/types.rbs', line 14395 def port @port end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
14396 14397 14398 |
# File 'sig/types.rbs', line 14396 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
14394 14395 14396 |
# File 'sig/types.rbs', line 14394 def subnet_ids @subnet_ids end |