ListContainersInput
public struct ListContainersInput : AWSShape
extension MediaStore.ListContainersInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enter the maximum number of containers in the response. Use from 1 to 255 characters.
Declaration
Swift
public let maxResults: Int?
-
Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MediaStore.ListContainersInput