Class: Aws::Inspector::Types::TelemetryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::TelemetryMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#count ⇒ Integer
The count of messages that the agent sends to the Amazon Inspector service.
-
#data_size ⇒ Integer
The data size of messages that the agent sends to the Amazon Inspector service.
-
#message_type ⇒ String
A specific type of behavioral data that is collected by the agent.
Instance Attribute Details
#count ⇒ Integer
The count of messages that the agent sends to the Amazon Inspector service.
2698 2699 2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-inspector/types.rb', line 2698 class TelemetryMetadata < Struct.new( :message_type, :count, :data_size) SENSITIVE = [] include Aws::Structure end |
#data_size ⇒ Integer
The data size of messages that the agent sends to the Amazon Inspector service.
2698 2699 2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-inspector/types.rb', line 2698 class TelemetryMetadata < Struct.new( :message_type, :count, :data_size) SENSITIVE = [] include Aws::Structure end |
#message_type ⇒ String
A specific type of behavioral data that is collected by the agent.
2698 2699 2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-inspector/types.rb', line 2698 class TelemetryMetadata < Struct.new( :message_type, :count, :data_size) SENSITIVE = [] include Aws::Structure end |