Class: Aws::EFS::Types::DescribeMountTargetsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

If the request included the ‘Marker`, the response returns that value in this field.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-efs/types.rb', line 1021

class DescribeMountTargetsResponse < Struct.new(
  :marker,
  :mount_targets,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#mount_targetsArray<Types::MountTargetDescription>

Returns the file system’s mount targets as an array of ‘MountTargetDescription` objects.

Returns:



1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-efs/types.rb', line 1021

class DescribeMountTargetsResponse < Struct.new(
  :marker,
  :mount_targets,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

If a value is present, there are more mount targets to return. In a subsequent request, you can provide ‘Marker` in your request with this value to retrieve the next set of mount targets.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
1027
# File 'lib/aws-sdk-efs/types.rb', line 1021

class DescribeMountTargetsResponse < Struct.new(
  :marker,
  :mount_targets,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end