Class: Aws::EFS::Types::DeleteMountTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteMountTargetRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Note:
When making an API call, you may pass DeleteMountTargetRequest data as a hash:
{
mount_target_id: "MountTargetId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_target_id ⇒ String
The ID of the mount target to delete (String).
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target to delete (String).
778 779 780 781 782 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 778 class DeleteMountTargetRequest < Struct.new( :mount_target_id) SENSITIVE = [] include Aws::Structure end |