Class: Aws::SecurityAgent::Types::UpdatePentestOutput

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

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentest exists

Returns:

  • (String)


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

#assetsTypes::Assets

Assets to be tested in the updated pentest

Returns:



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_atTime

Timestamp when the pentest was created

Returns:

  • (Time)


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_typesArray<String>

A list of risk types excluded from the pentest execution

Returns:

  • (Array<String>)


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_configTypes::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_idString

Unique identifier of the updated pentest

Returns:

  • (String)


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_roleString

Service role ARN for accessing customer resources

Returns:

  • (String)


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

#titleString

Title of the updated pentest

Returns:

  • (String)


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_atTime

Timestamp when the pentest was last updated

Returns:

  • (Time)


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