DescribeEnvironmentMembershipsResult
public struct DescribeEnvironmentMembershipsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the environment members for the environment.
Declaration
Swift
public let memberships: [EnvironmentMember]?
-
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(memberships: [EnvironmentMember]? = nil, nextToken: String? = nil)