Class: Aws::Types::CreateLocalGatewayRouteTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayRouteTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#mode ⇒ "direct-vpc-routing", "coip"
Returns the value of attribute mode.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def dry_run @dry_run end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def local_gateway_id @local_gateway_id end |
#mode ⇒ "direct-vpc-routing", "coip"
Returns the value of attribute mode.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def mode @mode end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def tag_specifications @tag_specifications end |