ListGraphsResponse

public struct ListGraphsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of behavior graphs that the account is a master for.

    Declaration

    Swift

    public let graphList: [Graph]?
  • If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(graphList: [Graph]? = nil, nextToken: String? = nil)