Class: Aws::Types::UpdatePentestInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePentestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#assets ⇒ Types::Assets
Returns the value of attribute assets.
-
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
-
#disable_managed_skills ⇒ ::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")]
Returns the value of attribute disable_managed_skills.
-
#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.
-
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
-
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
-
#network_traffic_config ⇒ Types::NetworkTrafficConfig
Returns the value of attribute network_traffic_config.
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def assets @assets end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def code_remediation_strategy @code_remediation_strategy end |
#disable_managed_skills ⇒ ::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")]
Returns the value of attribute disable_managed_skills.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def disable_managed_skills @disable_managed_skills 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.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def exclude_risk_types @exclude_risk_types end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def max_task_hours @max_task_hours end |
#network_traffic_config ⇒ Types::NetworkTrafficConfig
Returns the value of attribute network_traffic_config.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def network_traffic_config @network_traffic_config end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def pentest_id @pentest_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def title @title end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def vpc_config @vpc_config end |