Class: Aws::Types::CodeReviewJobTask

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)


502
503
504
# File 'sig/types.rbs', line 502

def agent_space_id
  @agent_space_id
end

#categories::Array[Types::Category]

Returns the value of attribute categories.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def categories
  @categories
end

#code_review_id::String

Returns the value of attribute code_review_id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def code_review_id
  @code_review_id
end

#code_review_job_id::String

Returns the value of attribute code_review_job_id.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def code_review_job_id
  @code_review_job_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


509
510
511
# File 'sig/types.rbs', line 509

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def description
  @description
end

#execution_status"IN_PROGRESS", ...

Returns the value of attribute execution_status.

Returns:

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


507
508
509
# File 'sig/types.rbs', line 507

def execution_status
  @execution_status
end

#logs_locationTypes::LogLocation

Returns the value of attribute logs_location.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def logs_location
  @logs_location
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")


506
507
508
# File 'sig/types.rbs', line 506

def risk_type
  @risk_type
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def task_id
  @task_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


510
511
512
# File 'sig/types.rbs', line 510

def updated_at
  @updated_at
end