Class: Aws::SecurityAgent::Types::PentestJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::PentestJobSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Summary information for a pentest job
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Timestamp when the pentest job was created.
-
#pentest_id ⇒ String
Identifier of the parent pentest.
-
#pentest_job_id ⇒ String
Unique identifier of the pentest job.
-
#status ⇒ String
Current status of the pentest job.
-
#title ⇒ String
Title or name of the pentest.
-
#updated_at ⇒ Time
Timestamp when the pentest job was last updated.
Instance Attribute Details
#created_at ⇒ Time
Timestamp when the pentest job was created
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#pentest_id ⇒ String
Identifier of the parent pentest
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#pentest_job_id ⇒ String
Unique identifier of the pentest job
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the pentest job
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
Title or name of the pentest
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the pentest job was last updated
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3143 class PentestJobSummary < Struct.new( :pentest_job_id, :pentest_id, :title, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |