Struct rusoto_ec2::DeleteNetworkInterfacePermissionRequest [] [src]

pub struct DeleteNetworkInterfacePermissionRequest {
    pub dry_run: Option<bool>,
    pub force: Option<bool>,
    pub network_interface_permission_id: String,
}

Contains the parameters for DeleteNetworkInterfacePermission.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Specify true to remove the permission even if the network interface is attached to an instance.

The ID of the network interface permission.

Trait Implementations

impl Default for DeleteNetworkInterfacePermissionRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteNetworkInterfacePermissionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteNetworkInterfacePermissionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more