Class: Aws::Types::Finding

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)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def agent_space_id
  @agent_space_id
end

#alignment_rationale::String

Returns the value of attribute alignment_rationale.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def alignment_rationale
  @alignment_rationale
end

#attack_script::String

Returns the value of attribute attack_script.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def attack_script
  @attack_script
end

#code_locations::Array[Types::CodeLocation]

Returns the value of attribute code_locations.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def code_locations
  @code_locations
end

#code_remediation_taskTypes::CodeRemediationTask

Returns the value of attribute code_remediation_task.



1055
1056
1057
# File 'sig/types.rbs', line 1055

def code_remediation_task
  @code_remediation_task
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def code_review_job_id
  @code_review_job_id
end

#confidence"FALSE_POSITIVE", ...

Returns the value of attribute confidence.

Returns:

  • ("FALSE_POSITIVE", "UNCONFIRMED", "LOW", "MEDIUM", "HIGH")


1052
1053
1054
# File 'sig/types.rbs', line 1052

def confidence
  @confidence
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def created_at
  @created_at
end

#customer_note::String

Returns the value of attribute customer_note.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def customer_note
  @customer_note
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def description
  @description
end

#finding_id::String

Returns the value of attribute finding_id.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def finding_id
  @finding_id
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def last_updated_by
  @last_updated_by
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def name
  @name
end

#original_finding_id::String

Returns the value of attribute original_finding_id.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def original_finding_id
  @original_finding_id
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def pentest_id
  @pentest_id
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def pentest_job_id
  @pentest_job_id
end

#reasoning::String

Returns the value of attribute reasoning.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def reasoning
  @reasoning
end

#revalidation_job_ids::Array[::String]

Returns the value of attribute revalidation_job_ids.

Returns:

  • (::Array[::String])


1061
1062
1063
# File 'sig/types.rbs', line 1061

def revalidation_job_ids
  @revalidation_job_ids
end

#risk_level"UNKNOWN", ...

Returns the value of attribute risk_level.

Returns:

  • ("UNKNOWN", "INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL")


1049
1050
1051
# File 'sig/types.rbs', line 1049

def risk_level
  @risk_level
end

#risk_score::String

Returns the value of attribute risk_score.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def risk_score
  @risk_score
end

#risk_type::String

Returns the value of attribute risk_type.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def risk_type
  @risk_type
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED", "ACCEPTED", "FALSE_POSITIVE")


1047
1048
1049
# File 'sig/types.rbs', line 1047

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def task_id
  @task_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def updated_at
  @updated_at
end

#validation_status"CONFIRMED", ...

Returns the value of attribute validation_status.

Returns:

  • ("CONFIRMED", "NOT_REPRODUCED", "VALIDATION_FAILED", "VALIDATING", "NOT_VALIDATED")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def validation_status
  @validation_status
end

#verification_scriptTypes::VerificationScript

Returns the value of attribute verification_script.



1059
1060
1061
# File 'sig/types.rbs', line 1059

def verification_script
  @verification_script
end