Class: Aws::Types::CreateTransitGatewayRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransitGatewayRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3496 3497 3498 |
# File 'sig/types.rbs', line 3496 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3495 3496 3497 |
# File 'sig/types.rbs', line 3495 def tag_specifications @tag_specifications end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def transit_gateway_id @transit_gateway_id end |