Class: Aws::EFS::Types::DescribeMountTargetSecurityGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_target_idString

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

Returns:

  • (String)


939
940
941
942
943
# File 'lib/aws-sdk-efs/types.rb', line 939

class DescribeMountTargetSecurityGroupsRequest < Struct.new(
  :mount_target_id)
  SENSITIVE = []
  include Aws::Structure
end