Class: Aws::Types::StartPentestJobInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1949
1950
1951
# File 'sig/types.rbs', line 1949

def agent_space_id
  @agent_space_id
end

#job_type"FULL", "REVALIDATION"

Returns the value of attribute job_type.

Returns:

  • ("FULL", "REVALIDATION")


1951
1952
1953
# File 'sig/types.rbs', line 1951

def job_type
  @job_type
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def pentest_id
  @pentest_id
end

#selected_finding_ids::Array[::String]

Returns the value of attribute selected_finding_ids.

Returns:

  • (::Array[::String])


1952
1953
1954
# File 'sig/types.rbs', line 1952

def selected_finding_ids
  @selected_finding_ids
end