You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::TelemetryMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The count of messages that the agent sends to the Amazon Inspector service.

Returns:

  • (Integer)

    The count of messages that the agent sends to the Amazon Inspector service.

#data_sizeInteger

The data size of messages that the agent sends to the Amazon Inspector service.

Returns:

  • (Integer)

    The data size of messages that the agent sends to the Amazon Inspector service.

#message_typeString

A specific type of behavioral data that is collected by the agent.

Returns:

  • (String)

    A specific type of behavioral data that is collected by the agent.