Class: Aws::SecurityAgent::Types::BatchGetPentestsInput

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

Overview

Input for retrieving multiple pentests by their IDs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

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

Returns:

  • (String)


777
778
779
780
781
782
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 777

class BatchGetPentestsInput < Struct.new(
  :pentest_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_idsArray<String>

The list of pentest identifiers to retrieve.

Returns:

  • (Array<String>)


777
778
779
780
781
782
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 777

class BatchGetPentestsInput < Struct.new(
  :pentest_ids,
  :agent_space_id)
  SENSITIVE = []
  include Aws::Structure
end