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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

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

Returns:

  • (Integer)


2698
2699
2700
2701
2702
2703
2704
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2698

class TelemetryMetadata < Struct.new(
  :message_type,
  :count,
  :data_size)
  SENSITIVE = []
  include Aws::Structure
end

#data_sizeInteger

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

Returns:

  • (Integer)


2698
2699
2700
2701
2702
2703
2704
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2698

class TelemetryMetadata < Struct.new(
  :message_type,
  :count,
  :data_size)
  SENSITIVE = []
  include Aws::Structure
end

#message_typeString

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

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2698

class TelemetryMetadata < Struct.new(
  :message_type,
  :count,
  :data_size)
  SENSITIVE = []
  include Aws::Structure
end