Class: Aws::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- 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.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#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.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def dry_run @dry_run end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def tag_specifications @tag_specifications end |