Class: Aws::Types::Threat

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anchorTypes::ThreatAnchorShape

Returns the value of attribute anchor.



2092
2093
2094
# File 'sig/types.rbs', line 2092

def anchor
  @anchor
end

#comments::String

Returns the value of attribute comments.

Returns:

  • (::String)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def comments
  @comments
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def created_at
  @created_at
end

#created_by"CUSTOMER", "AGENT"

Returns the value of attribute created_by.

Returns:

  • ("CUSTOMER", "AGENT")


2096
2097
2098
# File 'sig/types.rbs', line 2096

def created_by
  @created_by
end

#evidence::Array[Types::ThreatEvidenceShape]

Returns the value of attribute evidence.

Returns:



2093
2094
2095
# File 'sig/types.rbs', line 2093

def evidence
  @evidence
end

#impacted_assets::Array[::String]

Returns the value of attribute impacted_assets.

Returns:

  • (::Array[::String])


2091
2092
2093
# File 'sig/types.rbs', line 2091

def impacted_assets
  @impacted_assets
end

#impacted_goal::Array[::String]

Returns the value of attribute impacted_goal.

Returns:

  • (::Array[::String])


2090
2091
2092
# File 'sig/types.rbs', line 2090

def impacted_goal
  @impacted_goal
end

#prerequisites::String

Returns the value of attribute prerequisites.

Returns:

  • (::String)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def prerequisites
  @prerequisites
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def recommendation
  @recommendation
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO")


2083
2084
2085
# File 'sig/types.rbs', line 2083

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED", "DISMISSED")


2084
2085
2086
# File 'sig/types.rbs', line 2084

def status
  @status
end

#stride::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")]

Returns the value of attribute stride.

Returns:

  • (::Array[("SPOOFING" | "TAMPERING" | "REPUDIATION" | "INFORMATION_DISCLOSURE" | "DENIAL_OF_SERVICE" | "ELEVATION_OF_PRIVILEGE")])


2094
2095
2096
# File 'sig/types.rbs', line 2094

def stride
  @stride
end

#threat_action::String

Returns the value of attribute threat_action.

Returns:

  • (::String)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def threat_action
  @threat_action
end

#threat_id::String

Returns the value of attribute threat_id.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def threat_id
  @threat_id
end

#threat_impact::String

Returns the value of attribute threat_impact.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def threat_impact
  @threat_impact
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def threat_job_id
  @threat_job_id
end

#threat_source::String

Returns the value of attribute threat_source.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def threat_source
  @threat_source
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def updated_at
  @updated_at
end

#updated_by"CUSTOMER", "AGENT"

Returns the value of attribute updated_by.

Returns:

  • ("CUSTOMER", "AGENT")


2097
2098
2099
# File 'sig/types.rbs', line 2097

def updated_by
  @updated_by
end