Class: Aws::Types::ThreatSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.



2224
2225
2226
# File 'sig/types.rbs', line 2224

def created_at
  @created_at
end

#created_by"CUSTOMER", "AGENT"

Returns the value of attribute created_by.



2222
2223
2224
# File 'sig/types.rbs', line 2222

def created_by
  @created_by
end

#severity"CRITICAL", ...

Returns the value of attribute severity.



2219
2220
2221
# File 'sig/types.rbs', line 2219

def severity
  @severity
end

#statement::String

Returns the value of attribute statement.



2218
2219
2220
# File 'sig/types.rbs', line 2218

def statement
  @statement
end

#status"OPEN", ...

Returns the value of attribute status.



2220
2221
2222
# File 'sig/types.rbs', line 2220

def status
  @status
end

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

Returns the value of attribute stride.



2221
2222
2223
# File 'sig/types.rbs', line 2221

def stride
  @stride
end

#threat_id::String

Returns the value of attribute threat_id.



2215
2216
2217
# File 'sig/types.rbs', line 2215

def threat_id
  @threat_id
end

#threat_job_id::String

Returns the value of attribute threat_job_id.



2216
2217
2218
# File 'sig/types.rbs', line 2216

def threat_job_id
  @threat_job_id
end

#title::String

Returns the value of attribute title.



2217
2218
2219
# File 'sig/types.rbs', line 2217

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.



2225
2226
2227
# File 'sig/types.rbs', line 2225

def updated_at
  @updated_at
end

#updated_by"CUSTOMER", "AGENT"

Returns the value of attribute updated_by.



2223
2224
2225
# File 'sig/types.rbs', line 2223

def updated_by
  @updated_by
end