Class: Aws::Types::EnableVgwRoutePropagationRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableVgwRoutePropagationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9062 9063 9064 |
# File 'sig/types.rbs', line 9062 def dry_run @dry_run end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
9060 9061 9062 |
# File 'sig/types.rbs', line 9060 def gateway_id @gateway_id end |
#route_table_id ⇒ ::String
Returns the value of attribute route_table_id.
9061 9062 9063 |
# File 'sig/types.rbs', line 9061 def route_table_id @route_table_id end |