Class: Aws::Types::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest
- 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_virtual_interface_group_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def dry_run @dry_run end |
#local_gateway_route_table_virtual_interface_group_association_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_virtual_interface_group_association_id.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def local_gateway_route_table_virtual_interface_group_association_id @local_gateway_route_table_virtual_interface_group_association_id end |