Class: Aws::S3Files::Types::DeleteMountTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::DeleteMountTargetRequest
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_target_id ⇒ String
The ID of the mount target to delete.
Instance Attribute Details
#mount_target_id ⇒ String
The ID of the mount target to delete.
504 505 506 507 508 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 504 class DeleteMountTargetRequest < Struct.new( :mount_target_id) SENSITIVE = [] include Aws::Structure end |