Class: Aws::EFS::Types::ModifyMountTargetSecurityGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ModifyMountTargetSecurityGroupsRequest
- Includes:
- Structure
- Defined in:
- 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.
1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-efs/types.rb', line 1961 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.
1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-efs/types.rb', line 1961 class ModifyMountTargetSecurityGroupsRequest < Struct.new( :mount_target_id, :security_groups) SENSITIVE = [] include Aws::Structure end |