Class: Aws::Types::ReplaceTransitGatewayRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceTransitGatewayRouteRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blackhole ⇒ Boolean
Returns the value of attribute blackhole.
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#blackhole ⇒ Boolean
Returns the value of attribute blackhole.
15864 15865 15866 |
# File 'sig/types.rbs', line 15864 def blackhole @blackhole end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
15861 15862 15863 |
# File 'sig/types.rbs', line 15861 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15865 15866 15867 |
# File 'sig/types.rbs', line 15865 def dry_run @dry_run end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
15863 15864 15865 |
# File 'sig/types.rbs', line 15863 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
15862 15863 15864 |
# File 'sig/types.rbs', line 15862 def transit_gateway_route_table_id @transit_gateway_route_table_id end |