Class: Aws::EFS::Types::DeleteMountTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteMountTargetRequest
- 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 to delete (String).
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target to delete (String).
676 677 678 679 680 |
# File 'lib/aws-sdk-efs/types.rb', line 676 class DeleteMountTargetRequest < Struct.new( :mount_target_id) SENSITIVE = [] include Aws::Structure end |