Class: Aws::Types::CodeReviewJobTaskSummary

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)


518
519
520
# File 'sig/types.rbs', line 518

def agent_space_id
  @agent_space_id
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


522
523
524
# File 'sig/types.rbs', line 522

def created_at
  @created_at
end

#execution_status"IN_PROGRESS", ...

Returns the value of attribute execution_status.

Returns:

  • ("IN_PROGRESS", "ABORTED", "COMPLETED", "INTERNAL_ERROR", "FAILED")


521
522
523
# File 'sig/types.rbs', line 521

def execution_status
  @execution_status
end

#risk_type"CROSS_SITE_SCRIPTING", ...

Returns the value of attribute risk_type.

Returns:

  • ("CROSS_SITE_SCRIPTING", "DEFAULT_CREDENTIALS", "INSECURE_DIRECT_OBJECT_REFERENCE", "PRIVILEGE_ESCALATION", "SERVER_SIDE_TEMPLATE_INJECTION", "COMMAND_INJECTION", "CODE_INJECTION", "SQL_INJECTION", "ARBITRARY_FILE_UPLOAD", "INSECURE_DESERIALIZATION", "LOCAL_FILE_INCLUSION", "INFORMATION_DISCLOSURE", "PATH_TRAVERSAL", "SERVER_SIDE_REQUEST_FORGERY", "JSON_WEB_TOKEN_VULNERABILITIES", "XML_EXTERNAL_ENTITY", "FILE_DELETION", "OTHER", "GRAPHQL_VULNERABILITIES", "BUSINESS_LOGIC_VULNERABILITIES", "CRYPTOGRAPHIC_VULNERABILITIES", "DENIAL_OF_SERVICE", "FILE_ACCESS", "FILE_CREATION", "DATABASE_MODIFICATION", "DATABASE_ACCESS", "OUTBOUND_SERVICE_REQUEST", "UNKNOWN")


520
521
522
# File 'sig/types.rbs', line 520

def risk_type
  @risk_type
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def task_id
  @task_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


523
524
525
# File 'sig/types.rbs', line 523

def updated_at
  @updated_at
end