Class: Aws::S3Files::Types::GetMountTargetRequest

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 retrieve information for.

Returns:

  • (String)


720
721
722
723
724
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 720

class GetMountTargetRequest < Struct.new(
  :mount_target_id)
  SENSITIVE = []
  include Aws::Structure
end