Class: Aws::Types::DeleteLocalGatewayVirtualInterfaceGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLocalGatewayVirtualInterfaceGroupRequest
- 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_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4336 4337 4338 |
# File 'sig/types.rbs', line 4336 def dry_run @dry_run end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
4335 4336 4337 |
# File 'sig/types.rbs', line 4335 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |