ListContainersOutput
public struct ListContainersOutput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The names of the containers. DeclarationSwift 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. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(containers: [Container], nextToken: String? = nil)
 View on GitHub
View on GitHub ListContainersOutput Structure Reference
        ListContainersOutput Structure Reference