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.
14734 14735 14736 |
# File 'sig/types.rbs', line 14734 def port @port end |
#rds_endpoint ⇒ ::String
Returns the value of attribute rds_endpoint.
14735 14736 14737 |
# File 'sig/types.rbs', line 14735 def rds_endpoint @rds_endpoint end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
14733 14734 14735 |
# File 'sig/types.rbs', line 14733 def subnet_ids @subnet_ids end |