DescribeMountTargetsResponse

public struct DescribeMountTargetsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the request included the Marker, the response returns that value in this field.

    Declaration

    Swift

    public let marker: String?
  • Returns the file system’s mount targets as an array of MountTargetDescription objects.

    Declaration

    Swift

    public let mountTargets: [MountTargetDescription]?
  • 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.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, mountTargets: [MountTargetDescription]? = nil, nextMarker: String? = nil)