You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::ModifyMountTargetSecurityGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ModifyMountTargetSecurityGroupsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  mount_target_id: "MountTargetId", # required
  security_groups: ["SecurityGroup"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#mount_target_idString

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

Returns:

  • (String)

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

#security_groupsArray<String>

An array of up to five VPC security group IDs.

Returns:

  • (Array<String>)

    An array of up to five VPC security group IDs.