Class: Aws::Types::PentestJob

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actors::Array[Types::Actor]

Returns the value of attribute actors.

Returns:



1754
1755
1756
# File 'sig/types.rbs', line 1754

def actors
  @actors
end

#allowed_domains::Array[Types::Endpoint]

Returns the value of attribute allowed_domains.

Returns:



1758
1759
1760
# File 'sig/types.rbs', line 1758

def allowed_domains
  @allowed_domains
end

#clean_up_strategy"BEST_EFFORT_DELETE", "RETAIN_ALL"

Returns the value of attribute clean_up_strategy.

Returns:

  • ("BEST_EFFORT_DELETE", "RETAIN_ALL")


1770
1771
1772
# File 'sig/types.rbs', line 1770

def clean_up_strategy
  @clean_up_strategy
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


1769
1770
1771
# File 'sig/types.rbs', line 1769

def code_remediation_strategy
  @code_remediation_strategy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def created_at
  @created_at
end

#disable_managed_skills::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")]

Returns the value of attribute disable_managed_skills.

Returns:

  • (::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")])


1771
1772
1773
# File 'sig/types.rbs', line 1771

def disable_managed_skills
  @disable_managed_skills
end

#documents::Array[Types::DocumentInfo]

Returns the value of attribute documents.

Returns:



1755
1756
1757
# File 'sig/types.rbs', line 1755

def documents
  @documents
end

#endpoints::Array[Types::Endpoint]

Returns the value of attribute endpoints.

Returns:



1753
1754
1755
# File 'sig/types.rbs', line 1753

def endpoints
  @endpoints
end

#error_informationTypes::ErrorInformation

Returns the value of attribute error_information.



1766
1767
1768
# File 'sig/types.rbs', line 1766

def error_information
  @error_information
end

#exclude_paths::Array[Types::Endpoint]

Returns the value of attribute exclude_paths.

Returns:



1757
1758
1759
# File 'sig/types.rbs', line 1757

def exclude_paths
  @exclude_paths
end

#exclude_risk_types::Array[("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")]

Returns the value of attribute exclude_risk_types.

Returns:

  • (::Array[("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")])


1759
1760
1761
# File 'sig/types.rbs', line 1759

def exclude_risk_types
  @exclude_risk_types
end

#execution_context::Array[Types::ExecutionContext]

Returns the value of attribute execution_context.

Returns:



1761
1762
1763
# File 'sig/types.rbs', line 1761

def execution_context
  @execution_context
end

#integrated_repositories::Array[Types::IntegratedRepository]

Returns the value of attribute integrated_repositories.

Returns:



1767
1768
1769
# File 'sig/types.rbs', line 1767

def integrated_repositories
  @integrated_repositories
end

#job_type"FULL", "REVALIDATION"

Returns the value of attribute job_type.

Returns:

  • ("FULL", "REVALIDATION")


1773
1774
1775
# File 'sig/types.rbs', line 1773

def job_type
  @job_type
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



1763
1764
1765
# File 'sig/types.rbs', line 1763

def log_config
  @log_config
end

#max_task_hours::Float

Returns the value of attribute max_task_hours.

Returns:

  • (::Float)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def max_task_hours
  @max_task_hours
end

#network_traffic_configTypes::NetworkTrafficConfig

Returns the value of attribute network_traffic_config.



1765
1766
1767
# File 'sig/types.rbs', line 1765

def network_traffic_config
  @network_traffic_config
end

#overview::String

Returns the value of attribute overview.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def overview
  @overview
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def pentest_id
  @pentest_id
end

#pentest_job_id::String

Returns the value of attribute pentest_job_id.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def pentest_job_id
  @pentest_job_id
end

#selected_finding_ids::Array[::String]

Returns the value of attribute selected_finding_ids.

Returns:

  • (::Array[::String])


1774
1775
1776
# File 'sig/types.rbs', line 1774

def selected_finding_ids
  @selected_finding_ids
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def service_role
  @service_role
end

#source_code::Array[Types::SourceCodeRepository]

Returns the value of attribute source_code.

Returns:



1756
1757
1758
# File 'sig/types.rbs', line 1756

def source_code
  @source_code
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "STOPPING", "STOPPED", "FAILED", "COMPLETED")


1752
1753
1754
# File 'sig/types.rbs', line 1752

def status
  @status
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



1760
1761
1762
# File 'sig/types.rbs', line 1760

def steps
  @steps
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def title
  @title
end

#trusted_ca_certificates::Array[Types::TrustedCaCertificate]

Returns the value of attribute trusted_ca_certificates.

Returns:



1768
1769
1770
# File 'sig/types.rbs', line 1768

def trusted_ca_certificates
  @trusted_ca_certificates
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def updated_at
  @updated_at
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1764
1765
1766
# File 'sig/types.rbs', line 1764

def vpc_config
  @vpc_config
end