Class: Aws::SecurityAgent::Types::StartPentestJobOutput

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

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentest exists

Returns:

  • (String)


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_atTime

Timestamp when the pentest job was created

Returns:

  • (Time)


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_idString

Unique identifier of the pentest

Returns:

  • (String)


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_idString

Unique identifier of the pentest job

Returns:

  • (String)


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

#statusString

Current status of the pentest job

Returns:

  • (String)


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

#titleString

Title of the pentest job

Returns:

  • (String)


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_atTime

Timestamp when the pentest job was last updated

Returns:

  • (Time)


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