Class: Aws::Types::CreateTransitGatewayRouteRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayRouteRequest
- 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.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def blackhole @blackhole end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def destination_cidr_block @destination_cidr_block end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def dry_run @dry_run end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def @transit_gateway_attachment_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def transit_gateway_route_table_id @transit_gateway_route_table_id end |