Class: Aws::EFS::Types::ModifyMountTargetSecurityGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ModifyMountTargetSecurityGroupsRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_target_id ⇒ String
The ID of the mount target whose security groups you want to modify.
-
#security_groups ⇒ Array<String>
An array of up to five VPC security group IDs.
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target whose security groups you want to modify.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1873 class ModifyMountTargetSecurityGroupsRequest < Struct.new( :mount_target_id, :security_groups) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
An array of up to five VPC security group IDs.
1873 1874 1875 1876 1877 1878 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1873 class ModifyMountTargetSecurityGroupsRequest < Struct.new( :mount_target_id, :security_groups) SENSITIVE = [] include Aws::Structure end |