CreateGraphResponse

public struct CreateGraphResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the new behavior graph.

    Declaration

    Swift

    public let graphArn: String?
  • Undocumented

    Declaration

    Swift

    public init(graphArn: String? = nil)