Class: Aws::SecurityAgent::Types::UpdatePentestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdatePentestOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the UpdatePentest operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
ID of the agent space where the pentest exists.
-
#assets ⇒ Types::Assets
Assets to be tested in the updated pentest.
-
#created_at ⇒ Time
Timestamp when the pentest was created.
-
#exclude_risk_types ⇒ Array<String>
A list of risk types excluded from the pentest execution.
-
#log_config ⇒ Types::CloudWatchLog
CloudWatch log group and stream prefix where pentest execution logs are stored.
-
#pentest_id ⇒ String
Unique identifier of the updated pentest.
-
#service_role ⇒ String
Service role ARN for accessing customer resources.
-
#title ⇒ String
Title of the updated 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
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#assets ⇒ Types::Assets
Assets to be tested in the updated pentest
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the pentest was created
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#exclude_risk_types ⇒ Array<String>
A list of risk types excluded from the pentest execution
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::CloudWatchLog
CloudWatch log group and stream prefix where pentest execution logs are stored
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#pentest_id ⇒ String
Unique identifier of the updated pentest
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
Service role ARN for accessing customer resources
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
Title of the updated pentest
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the pentest was last updated
3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3960 class UpdatePentestOutput < Struct.new( :pentest_id, :title, :created_at, :updated_at, :assets, :exclude_risk_types, :service_role, :log_config, :agent_space_id) SENSITIVE = [] include Aws::Structure end |