Class: Aws::SSMIncidents::Types::Finding
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::Finding
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#creation_time ⇒ Time
The timestamp for when a finding was created.
-
#details ⇒ Types::FindingDetails
Details about the finding.
-
#id ⇒ String
The ID assigned to the finding.
-
#last_modified_time ⇒ Time
The timestamp for when the finding was most recently updated with additional information.
Instance Attribute Details
#creation_time ⇒ Time
The timestamp for when a finding was created.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 786 class Finding < Struct.new( :creation_time, :details, :id, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#details ⇒ Types::FindingDetails
Details about the finding.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 786 class Finding < Struct.new( :creation_time, :details, :id, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID assigned to the finding.
786 787 788 789 790 791 792 793 |
# File '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_time ⇒ Time
The timestamp for when the finding was most recently updated with additional information.
786 787 788 789 790 791 792 793 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 786 class Finding < Struct.new( :creation_time, :details, :id, :last_modified_time) SENSITIVE = [] include Aws::Structure end |