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_id ⇒ String

The unique identifier of the agent space that contains the pentest.

Returns:

  • (String)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#assets ⇒ Types::Assets

The assets included in the pentest.

Returns:



8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time the pentest was created, in UTC format.

Returns:

  • (Time)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_risk_types ⇒ Array<String>

The list of risk types excluded from the pentest.

Returns:

  • (Array<String>)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#log_config ⇒ Types::CloudWatchLog

The CloudWatch Logs configuration for the pentest.



8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_id ⇒ String

The unique identifier of the pentest.

Returns:

  • (String)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#report_destination ⇒ Types::ReportDestination

The destination for publishing scan reports to an integrated document provider.



8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#report_filters ⇒ Types::ReportFilters

The report-generation filters applied when the report is exported.



8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#service_role ⇒ String

The IAM service role used for the pentest.

Returns:

  • (String)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the pentest.

Returns:

  • (String)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time the pentest was last updated, in UTC format.

Returns:

  • (Time)


8883
8884
8885
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8883

class UpdatePentestOutput < Struct.new(
  :pentest_id,
  :title,
  :created_at,
  :updated_at,
  :assets,
  :exclude_risk_types,
  :service_role,
  :log_config,
  :agent_space_id,
  :report_destination,
  :report_filters)
  SENSITIVE = []
  include Aws::Structure
end