Class: Aws::Types::ModifyRouteServerRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyRouteServerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#persist_routes ⇒ "enable", ...
Returns the value of attribute persist_routes.
-
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
-
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13834 13835 13836 |
# File 'sig/types.rbs', line 13834 def dry_run @dry_run end |
#persist_routes ⇒ "enable", ...
Returns the value of attribute persist_routes.
13831 13832 13833 |
# File 'sig/types.rbs', line 13831 def persist_routes @persist_routes end |
#persist_routes_duration ⇒ ::Integer
Returns the value of attribute persist_routes_duration.
13832 13833 13834 |
# File 'sig/types.rbs', line 13832 def persist_routes_duration @persist_routes_duration end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
13830 13831 13832 |
# File 'sig/types.rbs', line 13830 def route_server_id @route_server_id end |
#sns_notifications_enabled ⇒ Boolean
Returns the value of attribute sns_notifications_enabled.
13833 13834 13835 |
# File 'sig/types.rbs', line 13833 def sns_notifications_enabled @sns_notifications_enabled end |