Class: Aws::SecurityAgent::Types::PentestJobSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

Timestamp when the pentest job was created

Returns:

  • (Time)


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_idString

Identifier of the parent pentest

Returns:

  • (String)


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_idString

Unique identifier of the pentest job

Returns:

  • (String)


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

#statusString

Current status of the pentest job

Returns:

  • (String)


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

#titleString

Title or name of the pentest

Returns:

  • (String)


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_atTime

Timestamp when the pentest job was last updated

Returns:

  • (Time)


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