Class: Aws::EFS::Types::DescribeMountTargetSecurityGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeMountTargetSecurityGroupsRequest
- 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 retrieve.
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target whose security groups you want to retrieve.
963 964 965 966 967 |
# File 'lib/aws-sdk-efs/types.rb', line 963 class DescribeMountTargetSecurityGroupsRequest < Struct.new( :mount_target_id) SENSITIVE = [] include Aws::Structure end |