Class: Aws::Types::AwsSecurityFinding
- Inherits:
-
Object
- Object
- Aws::Types::AwsSecurityFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_name ⇒ ::String
Returns the value of attribute aws_account_name.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
-
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detection ⇒ Types::Detection
Returns the value of attribute detection.
-
#finding_provider_fields ⇒ Types::FindingProviderFields
Returns the value of attribute finding_provider_fields.
-
#first_observed_at ⇒ ::String
Returns the value of attribute first_observed_at.
-
#generator_details ⇒ Types::GeneratorDetails
Returns the value of attribute generator_details.
-
#generator_id ⇒ ::String
Returns the value of attribute generator_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_observed_at ⇒ ::String
Returns the value of attribute last_observed_at.
-
#malware ⇒ ::Array[Types::Malware]
Returns the value of attribute malware.
-
#network ⇒ Types::Network
Returns the value of attribute network.
-
#network_path ⇒ ::Array[Types::NetworkPathComponent]
Returns the value of attribute network_path.
-
#note ⇒ Types::Note
Returns the value of attribute note.
-
#patch_summary ⇒ Types::PatchSummary
Returns the value of attribute patch_summary.
-
#process ⇒ Types::ProcessDetails
Returns the value of attribute process.
-
#processed_at ⇒ ::String
Returns the value of attribute processed_at.
-
#product_arn ⇒ ::String
Returns the value of attribute product_arn.
-
#product_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute product_fields.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#record_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute record_state.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
-
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
-
#sample ⇒ Boolean
Returns the value of attribute sample.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#severity ⇒ Types::Severity
Returns the value of attribute severity.
-
#source_url ⇒ ::String
Returns the value of attribute source_url.
-
#threat_intel_indicators ⇒ ::Array[Types::ThreatIntelIndicator]
Returns the value of attribute threat_intel_indicators.
-
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
-
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
-
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
-
#vulnerabilities ⇒ ::Array[Types::Vulnerability]
Returns the value of attribute vulnerabilities.
-
#workflow ⇒ Types::Workflow
Returns the value of attribute workflow.
-
#workflow_state ⇒ "NEW", ...
Returns the value of attribute workflow_state.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def action @action end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4204 4205 4206 |
# File 'sig/types.rbs', line 4204 def aws_account_id @aws_account_id end |
#aws_account_name ⇒ ::String
Returns the value of attribute aws_account_name.
4240 4241 4242 |
# File 'sig/types.rbs', line 4240 def aws_account_name @aws_account_name end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
4201 4202 4203 |
# File 'sig/types.rbs', line 4201 def company_name @company_name end |
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
4226 4227 4228 |
# File 'sig/types.rbs', line 4226 def compliance @compliance end |
#confidence ⇒ ::Integer
Returns the value of attribute confidence.
4211 4212 4213 |
# File 'sig/types.rbs', line 4211 def confidence @confidence end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
4208 4209 4210 |
# File 'sig/types.rbs', line 4208 def created_at @created_at end |
#criticality ⇒ ::Integer
Returns the value of attribute criticality.
4212 4213 4214 |
# File 'sig/types.rbs', line 4212 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
4214 4215 4216 |
# File 'sig/types.rbs', line 4214 def description @description end |
#detection ⇒ Types::Detection
Returns the value of attribute detection.
4241 4242 4243 |
# File 'sig/types.rbs', line 4241 def detection @detection end |
#finding_provider_fields ⇒ Types::FindingProviderFields
Returns the value of attribute finding_provider_fields.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def finding_provider_fields @finding_provider_fields end |
#first_observed_at ⇒ ::String
Returns the value of attribute first_observed_at.
4206 4207 4208 |
# File 'sig/types.rbs', line 4206 def first_observed_at @first_observed_at end |
#generator_details ⇒ Types::GeneratorDetails
Returns the value of attribute generator_details.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 def generator_details @generator_details end |
#generator_id ⇒ ::String
Returns the value of attribute generator_id.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def generator_id @generator_id end |
#id ⇒ ::String
Returns the value of attribute id.
4198 4199 4200 |
# File 'sig/types.rbs', line 4198 def id @id end |
#last_observed_at ⇒ ::String
Returns the value of attribute last_observed_at.
4207 4208 4209 |
# File 'sig/types.rbs', line 4207 def last_observed_at @last_observed_at end |
#malware ⇒ ::Array[Types::Malware]
Returns the value of attribute malware.
4219 4220 4221 |
# File 'sig/types.rbs', line 4219 def malware @malware end |
#network ⇒ Types::Network
Returns the value of attribute network.
4220 4221 4222 |
# File 'sig/types.rbs', line 4220 def network @network end |
#network_path ⇒ ::Array[Types::NetworkPathComponent]
Returns the value of attribute network_path.
4221 4222 4223 |
# File 'sig/types.rbs', line 4221 def network_path @network_path end |
#note ⇒ Types::Note
Returns the value of attribute note.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def note @note end |
#patch_summary ⇒ Types::PatchSummary
Returns the value of attribute patch_summary.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 def patch_summary @patch_summary end |
#process ⇒ Types::ProcessDetails
Returns the value of attribute process.
4222 4223 4224 |
# File 'sig/types.rbs', line 4222 def process @process end |
#processed_at ⇒ ::String
Returns the value of attribute processed_at.
4239 4240 4241 |
# File 'sig/types.rbs', line 4239 def processed_at @processed_at end |
#product_arn ⇒ ::String
Returns the value of attribute product_arn.
4199 4200 4201 |
# File 'sig/types.rbs', line 4199 def product_arn @product_arn end |
#product_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute product_fields.
4217 4218 4219 |
# File 'sig/types.rbs', line 4217 def product_fields @product_fields end |
#product_name ⇒ ::String
Returns the value of attribute product_name.
4200 4201 4202 |
# File 'sig/types.rbs', line 4200 def product_name @product_name end |
#record_state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute record_state.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def record_state @record_state end |
#region ⇒ ::String
Returns the value of attribute region.
4202 4203 4204 |
# File 'sig/types.rbs', line 4202 def region @region end |
#related_findings ⇒ ::Array[Types::RelatedFinding]
Returns the value of attribute related_findings.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def @related_findings end |
#remediation ⇒ Types::Remediation
Returns the value of attribute remediation.
4215 4216 4217 |
# File 'sig/types.rbs', line 4215 def remediation @remediation end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
4225 4226 4227 |
# File 'sig/types.rbs', line 4225 def resources @resources end |
#sample ⇒ Boolean
Returns the value of attribute sample.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def sample @sample end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
4197 4198 4199 |
# File 'sig/types.rbs', line 4197 def schema_version @schema_version end |
#severity ⇒ Types::Severity
Returns the value of attribute severity.
4210 4211 4212 |
# File 'sig/types.rbs', line 4210 def severity @severity end |
#source_url ⇒ ::String
Returns the value of attribute source_url.
4216 4217 4218 |
# File 'sig/types.rbs', line 4216 def source_url @source_url end |
#threat_intel_indicators ⇒ ::Array[Types::ThreatIntelIndicator]
Returns the value of attribute threat_intel_indicators.
4224 4225 4226 |
# File 'sig/types.rbs', line 4224 def threat_intel_indicators @threat_intel_indicators end |
#threats ⇒ ::Array[Types::Threat]
Returns the value of attribute threats.
4223 4224 4225 |
# File 'sig/types.rbs', line 4223 def threats @threats end |
#title ⇒ ::String
Returns the value of attribute title.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def title @title end |
#types ⇒ ::Array[::String]
Returns the value of attribute types.
4205 4206 4207 |
# File 'sig/types.rbs', line 4205 def types @types end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
4209 4210 4211 |
# File 'sig/types.rbs', line 4209 def updated_at @updated_at end |
#user_defined_fields ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_defined_fields.
4218 4219 4220 |
# File 'sig/types.rbs', line 4218 def user_defined_fields @user_defined_fields end |
#verification_state ⇒ "UNKNOWN", ...
Returns the value of attribute verification_state.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def verification_state @verification_state end |
#vulnerabilities ⇒ ::Array[Types::Vulnerability]
Returns the value of attribute vulnerabilities.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def vulnerabilities @vulnerabilities end |
#workflow ⇒ Types::Workflow
Returns the value of attribute workflow.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def workflow @workflow end |
#workflow_state ⇒ "NEW", ...
Returns the value of attribute workflow_state.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def workflow_state @workflow_state end |