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 a discovered endpoint during pentest execution
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Identifier of the agent space where the endpoint was discovered.
-
#description ⇒ String
Additional description of the endpoint.
-
#evidence ⇒ String
Optional evidence or additional information about the endpoint.
-
#operation ⇒ String
Operation or action associated with the endpoint.
-
#pentest_job_id ⇒ String
Identifier of the pentest job that discovered this endpoint.
-
#task_id ⇒ String
Identifier of the task that discovered this endpoint.
-
#uri ⇒ String
The URI of the discovered endpoint.
Instance Attribute Details
#agent_space_id ⇒ String
Identifier of the agent space where the endpoint was discovered
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Additional description of the endpoint
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#evidence ⇒ String
Optional evidence or additional information about the endpoint
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
Operation or action associated with the endpoint
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 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
Identifier of the pentest job that discovered this endpoint
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
Identifier of the task that discovered this endpoint
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 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
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1396 class DiscoveredEndpoint < Struct.new( :uri, :pentest_job_id, :task_id, :agent_space_id, :evidence, :operation, :description) SENSITIVE = [] include Aws::Structure end |