Class: Aws::S3Files::Types::DeleteMountTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_target_idString

The ID of the mount target to delete.

Returns:

  • (String)


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