Class: Aws::SecurityAgent::Types::StartPentestJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StartPentestJobOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the StartPentestJob operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#created_at ⇒ Time
Timestamp when the pentest job was created.
-
#pentest_id ⇒ String
Unique identifier of the pentest.
-
#pentest_job_id ⇒ String
Unique identifier of the pentest job.
-
#status ⇒ String
Current status of the pentest job.
-
#title ⇒ String
Title of the pentest job.
-
#updated_at ⇒ Time
Timestamp when the pentest job was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the pentest job was created
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_id ⇒ String
Unique identifier of the pentest
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
Unique identifier of the pentest job
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the pentest job
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
Title of the pentest job
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the pentest job was last updated
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3341 class StartPentestJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :pentest_id, :pentest_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |