ListGroupMembersResponse

public struct ListGroupMembersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The members associated to the group.

    Declaration

    Swift

    public let members: [Member]?
  • The token to use to retrieve the next page of results. The first call does not contain any tokens.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(members: [Member]? = nil, nextToken: String? = nil)