Class: Aws::Types::ThreatSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def created_at
  @created_at
end

#created_by"CUSTOMER", "AGENT"

Returns the value of attribute created_by.

Returns:

  • ("CUSTOMER", "AGENT")


2203
2204
2205
# File 'sig/types.rbs', line 2203

def created_by
  @created_by
end

#severity"CRITICAL", ...

Returns the value of attribute severity.

Returns:

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


2200
2201
2202
# File 'sig/types.rbs', line 2200

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.

Returns:

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


2201
2202
2203
# File 'sig/types.rbs', line 2201

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


2202
2203
2204
# File 'sig/types.rbs', line 2202

def stride
  @stride
end

#threat_id::String

Returns the value of attribute threat_id.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def threat_id
  @threat_id
end

#threat_job_id::String

Returns the value of attribute threat_job_id.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def threat_job_id
  @threat_job_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def updated_at
  @updated_at
end

#updated_by"CUSTOMER", "AGENT"

Returns the value of attribute updated_by.

Returns:

  • ("CUSTOMER", "AGENT")


2204
2205
2206
# File 'sig/types.rbs', line 2204

def updated_by
  @updated_by
end