Class: Aws::SecurityAgent::Types::ExecutionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ExecutionContext
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Additional context about a pentest or task execution
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ String
Context associated with a pentest or task execution.
-
#context_type ⇒ String
The category of context.
-
#timestamp ⇒ Time
Timestamp associated with a pentest or task execution.
Instance Attribute Details
#context ⇒ String
Context associated with a pentest or task execution
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1500 class ExecutionContext < Struct.new( :context_type, :context, :timestamp) SENSITIVE = [] include Aws::Structure end |
#context_type ⇒ String
The category of context
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1500 class ExecutionContext < Struct.new( :context_type, :context, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Timestamp associated with a pentest or task execution
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1500 class ExecutionContext < Struct.new( :context_type, :context, :timestamp) SENSITIVE = [] include Aws::Structure end |