Struct rusoto_ec2::NetworkInterfacePermission [] [src]

pub struct NetworkInterfacePermission {
    pub aws_account_id: Option<String>,
    pub aws_service: Option<String>,
    pub network_interface_id: Option<String>,
    pub network_interface_permission_id: Option<String>,
    pub permission: Option<String>,
    pub permission_state: Option<NetworkInterfacePermissionState>,
}

Describes a permission for a network interface.

Fields

The AWS account ID.

The AWS service.

The ID of the network interface.

The ID of the network interface permission.

The type of permission.

Information about the state of the permission.

Trait Implementations

impl Default for NetworkInterfacePermission
[src]

[src]

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

impl Debug for NetworkInterfacePermission
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetworkInterfacePermission
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more