Class: Aws::Types::TaskSummary

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)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2058
2059
2060
# File 'sig/types.rbs', line 2058

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")


2056
2057
2058
# File 'sig/types.rbs', line 2056

def execution_status
  @execution_status
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def pentest_id
  @pentest_id
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

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


2055
2056
2057
# File 'sig/types.rbs', line 2055

def risk_type
  @risk_type
end

#task_hours::Float

Returns the value of attribute task_hours.

Returns:

  • (::Float)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def task_hours
  @task_hours
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def task_id
  @task_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def updated_at
  @updated_at
end