Class: Aws::Inspector::Types::AgentPreview
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::AgentPreview
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Used as a response element in the PreviewAgents action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_health ⇒ String
The health status of the Amazon Inspector Agent.
-
#agent_id ⇒ String
The ID of the EC2 instance where the agent is installed.
-
#agent_version ⇒ String
The version of the Amazon Inspector Agent.
-
#auto_scaling_group ⇒ String
The Auto Scaling group for the EC2 instance where the agent is installed.
-
#hostname ⇒ String
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
-
#ipv4_address ⇒ String
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
-
#kernel_version ⇒ String
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
-
#operating_system ⇒ String
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
Instance Attribute Details
#agent_health ⇒ String
The health status of the Amazon Inspector Agent.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
The ID of the EC2 instance where the agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version of the Amazon Inspector Agent.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#auto_scaling_group ⇒ String
The Auto Scaling group for the EC2 instance where the agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#hostname ⇒ String
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#ipv4_address ⇒ String
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#kernel_version ⇒ String
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/aws-sdk-inspector/types.rb', line 155 class AgentPreview < Struct.new( :hostname, :agent_id, :auto_scaling_group, :agent_health, :agent_version, :operating_system, :kernel_version, :ipv4_address) SENSITIVE = [] include Aws::Structure end |