Class: Aws::Types::CreateLocalGatewayRouteTableVpcAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayRouteTableVpcAssociationRequest
- 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_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
2722 2723 2724 |
# File 'sig/types.rbs', line 2722 def local_gateway_route_table_id @local_gateway_route_table_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def vpc_id @vpc_id end |