ListContainersOutput
public struct ListContainersOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the containers.
Declaration
Swift
public let containers: [Container]
-
NextToken is the token to use in the next call to ListContainers. This token is returned only if you included the MaxResults tag in the original command, and only if there are still containers to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(containers: [Container], nextToken: String? = nil)