Class: Aws::Types::UpdatePentestOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePentestOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2365 2366 2367 |
# File 'sig/types.rbs', line 2365 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def assets @assets end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def created_at @created_at 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.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def exclude_risk_types @exclude_risk_types end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def log_config @log_config end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def pentest_id @pentest_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def updated_at @updated_at end |