ListFileSharesInput

public struct ListFileSharesInput : AWSShape
extension StorageGateway.ListFileSharesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.

    Declaration

    Swift

    public let gatewayARN: String?
  • The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.

    Declaration

    Swift

    public let limit: Int?
  • Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, limit: Int? = nil, marker: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws