Class: Aws::Types::UpdatePentestOutput

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)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def agent_space_id
  @agent_space_id
end

#assetsTypes::Assets

Returns the value of attribute assets.

Returns:



2319
2320
2321
# File 'sig/types.rbs', line 2319

def assets
  @assets
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2317
2318
2319
# File 'sig/types.rbs', line 2317

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.

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


2320
2321
2322
# File 'sig/types.rbs', line 2320

def exclude_risk_types
  @exclude_risk_types
end

#log_configTypes::CloudWatchLog

Returns the value of attribute log_config.



2322
2323
2324
# File 'sig/types.rbs', line 2322

def log_config
  @log_config
end

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def pentest_id
  @pentest_id
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def service_role
  @service_role
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2316
2317
2318
# File 'sig/types.rbs', line 2316

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def updated_at
  @updated_at
end