Class: Aws::SecurityAgent::Types::DiscoveredEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DiscoveredEndpoint
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Represents an endpoint discovered during a pentest job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space associated with the discovered endpoint.
-
#description ⇒ String
A description of the discovered endpoint.
-
#evidence ⇒ String
The evidence that led to the discovery of the endpoint.
-
#operation ⇒ String
The HTTP operation associated with the discovered endpoint.
-
#pentest_job_id ⇒ String
The unique identifier of the pentest job that discovered the endpoint.
-
#task_id ⇒ String
The unique identifier of the task that discovered the endpoint.
-
#uri ⇒ String
The URI of the discovered endpoint.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space associated with the discovered endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the discovered endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#evidence ⇒ String
The evidence that led to the discovery of the endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The HTTP operation associated with the discovered endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
The unique identifier of the pentest job that discovered the endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task that discovered the endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The URI of the discovered endpoint.
2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2083 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |