TelemetryMetadata

public struct TelemetryMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The count of messages that the agent sends to the Amazon Inspector service.

    Declaration

    Swift

    public let count: Int64
  • The data size of messages that the agent sends to the Amazon Inspector service.

    Declaration

    Swift

    public let dataSize: Int64?
  • A specific type of behavioral data that is collected by the agent.

    Declaration

    Swift

    public let messageType: String
  • Undocumented

    Declaration

    Swift

    public init(count: Int64, dataSize: Int64? = nil, messageType: String)