Class: Aws::Types::Pentest
- Inherits:
-
Object
- Object
- Aws::Types::Pentest
- 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.
-
#clean_up_strategy ⇒ "BEST_EFFORT_DELETE", "RETAIN_ALL"
Returns the value of attribute clean_up_strategy.
-
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#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.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def agent_space_id @agent_space_id end |
#assets ⇒ Types::Assets
Returns the value of attribute assets.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def assets @assets end |
#clean_up_strategy ⇒ "BEST_EFFORT_DELETE", "RETAIN_ALL"
Returns the value of attribute clean_up_strategy.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def clean_up_strategy @clean_up_strategy end |
#code_remediation_strategy ⇒ "AUTOMATIC", "DISABLED"
Returns the value of attribute code_remediation_strategy.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def code_remediation_strategy @code_remediation_strategy end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def created_at @created_at end |
#disable_managed_skills ⇒ ::Array[("FINDING_PERSONALIZATION" | "LOGIN_OPTIMIZATION")]
Returns the value of attribute disable_managed_skills.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 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.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def exclude_risk_types @exclude_risk_types end |
#log_config ⇒ Types::CloudWatchLog
Returns the value of attribute log_config.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def log_config @log_config end |
#max_task_hours ⇒ ::Float
Returns the value of attribute max_task_hours.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def max_task_hours @max_task_hours end |
#network_traffic_config ⇒ Types::NetworkTrafficConfig
Returns the value of attribute network_traffic_config.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def network_traffic_config @network_traffic_config end |
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def pentest_id @pentest_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def service_role @service_role end |
#title ⇒ ::String
Returns the value of attribute title.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def updated_at @updated_at end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def vpc_config @vpc_config end |