Graph

public struct Graph : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the behavior graph.

    Declaration

    Swift

    public let arn: String?
  • The date and time that the behavior graph was created. The value is in milliseconds since the epoch.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: TimeStamp? = nil)