Class: Aws::SSMIncidents::Types::FindingSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmincidents/types.rb

Overview

Identifying information about the finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the finding.

Returns:

  • (String)


836
837
838
839
840
841
# File 'lib/aws-sdk-ssmincidents/types.rb', line 836

class FindingSummary < Struct.new(
  :id,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp for when the finding was last updated.

Returns:

  • (Time)


836
837
838
839
840
841
# File 'lib/aws-sdk-ssmincidents/types.rb', line 836

class FindingSummary < Struct.new(
  :id,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end