Class: Aws::S3Files::Types::ListMountTargetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_targetsArray<Types::ListMountTargetsDescription>

An array of mount target descriptions.



1179
1180
1181
1182
1183
1184
# File 'lib/aws-sdk-s3files/types.rb', line 1179

class ListMountTargetsResponse < Struct.new(
  :next_token,
  :mount_targets)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to use in a subsequent request if more results are available.

Returns:

  • (String)


1179
1180
1181
1182
1183
1184
# File 'lib/aws-sdk-s3files/types.rb', line 1179

class ListMountTargetsResponse < Struct.new(
  :next_token,
  :mount_targets)
  SENSITIVE = []
  include Aws::Structure
end