ListPlatformBranchesResult
public struct ListPlatformBranchesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
In a paginated request, if this value isn’t null, it’s the token that you can pass in a subsequent request to get the next response page.
Declaration
Swift
public let nextToken: String?
-
Summary information about the platform branches.
Declaration
Swift
public let platformBranchSummaryList: [PlatformBranchSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, platformBranchSummaryList: [PlatformBranchSummary]? = nil)