Class: Aws::Types::DeleteNetworkInterfacePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkInterfacePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#network_interface_permission_id ⇒ ::String
Returns the value of attribute network_interface_permission_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def force @force end |
#network_interface_permission_id ⇒ ::String
Returns the value of attribute network_interface_permission_id.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def @network_interface_permission_id end |