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.
4439 4440 4441 |
# File 'sig/types.rbs', line 4439 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
4438 4439 4440 |
# File 'sig/types.rbs', line 4438 def force @force end |
#network_interface_permission_id ⇒ ::String
Returns the value of attribute network_interface_permission_id.
4437 4438 4439 |
# File 'sig/types.rbs', line 4437 def @network_interface_permission_id end |