Class: Aws::SSMIncidents::Types::FindingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::FindingSummary
- 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
-
#id ⇒ String
The ID of the finding.
-
#last_modified_time ⇒ Time
The timestamp for when the finding was last updated.
Instance Attribute Details
#id ⇒ String
The ID of the finding.
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_time ⇒ Time
The timestamp for when the finding was last updated.
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 |