TelemetryMetadata class
The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.
Constructors
- TelemetryMetadata({required int count, required String messageType, int? dataSize})
-
TelemetryMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- count → int
-
The count of messages that the agent sends to the Amazon Inspector service.
final
- dataSize → int?
-
The data size of messages that the agent sends to the Amazon Inspector
service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageType → String
-
A specific type of behavioral data that is collected by the agent.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited