Class: Aws::Types::GetRouteServerAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRouteServerAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10310 10311 10312 |
# File 'sig/types.rbs', line 10310 def dry_run @dry_run end |
#route_server_id ⇒ ::String
Returns the value of attribute route_server_id.
10309 10310 10311 |
# File 'sig/types.rbs', line 10309 def route_server_id @route_server_id end |