ListGroupsResponse

public struct ListGroupsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of the groups.

    Declaration

    Swift

    public let groupList: [Group]?
  • A pagination token that can be used in a subsequent request.

    Declaration

    Swift

    public let nextToken: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(groupList: [Group]? = nil, nextToken: String? = nil, requestId: String? = nil, status: Int? = nil)