Class: Aws::Types::Pentest

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)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



1705
1706
1707
# File 'sig/types.rbs', line 1705

def assets
  @assets
end

#clean_up_strategy"BEST_EFFORT_DELETE", "RETAIN_ALL"

Returns the value of attribute clean_up_strategy.

Returns:

  • ("BEST_EFFORT_DELETE", "RETAIN_ALL")


1712
1713
1714
# File 'sig/types.rbs', line 1712

def clean_up_strategy
  @clean_up_strategy
end

#code_remediation_strategy"AUTOMATIC", "DISABLED"

Returns the value of attribute code_remediation_strategy.

Returns:

  • ("AUTOMATIC", "DISABLED")


1711
1712
1713
# File 'sig/types.rbs', line 1711

def code_remediation_strategy
  @code_remediation_strategy
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1714
1715
1716
# File 'sig/types.rbs', line 1714

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


1713
1714
1715
# File 'sig/types.rbs', line 1713

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.

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


1706
1707
1708
# File 'sig/types.rbs', line 1706

def exclude_risk_types
  @exclude_risk_types
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



1708
1709
1710
# File 'sig/types.rbs', line 1708

def log_config
  @log_config
end

#network_traffic_configTypes::NetworkTrafficConfig

Returns the value of attribute network_traffic_config.



1710
1711
1712
# File 'sig/types.rbs', line 1710

def network_traffic_config
  @network_traffic_config
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def pentest_id
  @pentest_id
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def updated_at
  @updated_at
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1709
1710
1711
# File 'sig/types.rbs', line 1709

def vpc_config
  @vpc_config
end