Struct rusoto_efs::ModifyMountTargetSecurityGroupsRequest[][src]

pub struct ModifyMountTargetSecurityGroupsRequest {
    pub mount_target_id: String,
    pub security_groups: Option<Vec<String>>,
}

Fields

ID of the mount target whose security groups you want to modify.

Array of up to five VPC security group IDs.

Trait Implementations

impl Default for ModifyMountTargetSecurityGroupsRequest
[src]

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

impl Debug for ModifyMountTargetSecurityGroupsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ModifyMountTargetSecurityGroupsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModifyMountTargetSecurityGroupsRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations