ListOrganizationsResponse
public struct ListOrganizationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
The overview of owned organizations presented as a list of organization summaries.
Declaration
Swift
public let organizationSummaries: [OrganizationSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, organizationSummaries: [OrganizationSummary]? = nil)