Class: Aws::SecurityAgent::Types::PentestSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Summary information for a pentest

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)


3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3178

class PentestSummary < Struct.new(
  :pentest_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when the pentest was created

Returns:

  • (Time)


3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3178

class PentestSummary < Struct.new(
  :pentest_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_idString

Unique identifier for the pentest

Returns:

  • (String)


3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3178

class PentestSummary < Struct.new(
  :pentest_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

Title or name of the pentest

Returns:

  • (String)


3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3178

class PentestSummary < Struct.new(
  :pentest_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the pentest was last updated

Returns:

  • (Time)


3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3178

class PentestSummary < Struct.new(
  :pentest_id,
  :agent_space_id,
  :title,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end