Class: Aws::Inspector::Types::AgentPreview

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

Overview

Used as a response element in the PreviewAgents action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_healthString

The health status of the Amazon Inspector Agent.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_idString

The ID of the EC2 instance where the agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_versionString

The version of the Amazon Inspector Agent.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_groupString

The Auto Scaling group for the EC2 instance where the agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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

#hostnameString

The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_addressString

The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_versionString

The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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_systemString

The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
164
165
166
# File 'gems/aws-sdk-inspector/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