ListFileSharesOutput
public struct ListFileSharesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of information about the file gateway’s file shares.
Declaration
Swift
public let fileShareInfoList: [FileShareInfo]?
-
If the request includes Marker, the response returns that value in this field.
Declaration
Swift
public let marker: String?
-
If a value is present, there are more file shares to return. In a subsequent request, use NextMarker as the value for Marker to retrieve the next set of file shares.
Declaration
Swift
public let nextMarker: String?
-
Undocumented
Declaration
Swift
public init(fileShareInfoList: [FileShareInfo]? = nil, marker: String? = nil, nextMarker: String? = nil)