Class: Aws::SSMIncidents::Types::Finding

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

Overview

Information about a specific CodeDeploy deployment or CloudFormation stack creation or update that occurred around the time of a reported incident. These activities can be investigated as a potential cause of the incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The timestamp for when a finding was created.

Returns:

  • (Time)


786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 786

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

#detailsTypes::FindingDetails

Details about the finding.



786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 786

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

#idString

The ID assigned to the finding.

Returns:

  • (String)


786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 786

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

#last_modified_timeTime

The timestamp for when the finding was most recently updated with additional information.

Returns:

  • (Time)


786
787
788
789
790
791
792
793
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 786

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