Class: Aws::Types::DeleteNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def dry_run @dry_run end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def network_interface_id @network_interface_id end |