Class: Aws::SSMIncidents::Types::GetIncidentRecordOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incident_recordTypes::IncidentRecord

Details the structure of the incident record.



861
862
863
864
865
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 861

class GetIncidentRecordOutput < Struct.new(
  :incident_record)
  SENSITIVE = []
  include Aws::Structure
end