Class: Aws::Types::StartCodeRemediationInput

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)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def agent_space_id
  @agent_space_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def code_review_job_id
  @code_review_job_id
end

#finding_ids::Array[::String]

Returns the value of attribute finding_ids.

Returns:

  • (::Array[::String])


1942
1943
1944
# File 'sig/types.rbs', line 1942

def finding_ids
  @finding_ids
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def pentest_job_id
  @pentest_job_id
end