Class: Aws::SecurityAgent::Types::PentestSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::PentestSummary
- 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
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#created_at ⇒ Time
Timestamp when the pentest was created.
-
#pentest_id ⇒ String
Unique identifier for the pentest.
-
#title ⇒ String
Title or name of the pentest.
-
#updated_at ⇒ Time
Timestamp when the pentest was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
ID of the agent space where the pentest exists
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_at ⇒ Time
Timestamp when the pentest was created
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_id ⇒ String
Unique identifier for the pentest
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 |
#title ⇒ String
Title or name of the pentest
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_at ⇒ Time
Timestamp when the pentest was last updated
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 |