Class: Aws::S3Files::Types::UpdateMountTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::UpdateMountTargetRequest
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_target_id ⇒ String
The ID of the mount target to update.
-
#security_groups ⇒ Array<String>
An array of VPC security group IDs to associate with the mount target's network interface.
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target to update.
1460 1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1460 class UpdateMountTargetRequest < Struct.new( :mount_target_id, :security_groups) SENSITIVE = [] include Aws::Structure end |
#security_groups ⇒ Array<String>
An array of VPC security group IDs to associate with the mount target's network interface. This replaces the existing security groups. All security groups must belong to the same VPC as the mount target's subnet.
1460 1461 1462 1463 1464 1465 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1460 class UpdateMountTargetRequest < Struct.new( :mount_target_id, :security_groups) SENSITIVE = [] include Aws::Structure end |