Class: Aws::S3Files::Types::UpdateMountTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_target_idString

The ID of the mount target to update.

Returns:

  • (String)


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_groupsArray<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.

Returns:

  • (Array<String>)


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