Class: Aws::SecurityAgent::Types::CreatePentestOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Output for the CreatePentest operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

ID of the agent space where the pentest was created

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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 created pentest

Returns:



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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>)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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



1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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 created pentest

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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 created pentest

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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)


1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1109

class CreatePentestOutput < 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