Class: Aws::Types::IncidentRecordSummary
- Inherits:
-
Object
- Object
- Aws::Types::IncidentRecordSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#impact ⇒ ::Integer
Returns the value of attribute impact.
-
#incident_record_source ⇒ Types::IncidentRecordSource
Returns the value of attribute incident_record_source.
-
#resolved_time ⇒ ::Time
Returns the value of attribute resolved_time.
-
#status ⇒ "OPEN", "RESOLVED"
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
385 386 387 |
# File 'sig/types.rbs', line 385 def creation_time @creation_time end |
#impact ⇒ ::Integer
Returns the value of attribute impact.
386 387 388 |
# File 'sig/types.rbs', line 386 def impact @impact end |
#incident_record_source ⇒ Types::IncidentRecordSource
Returns the value of attribute incident_record_source.
387 388 389 |
# File 'sig/types.rbs', line 387 def incident_record_source @incident_record_source end |
#resolved_time ⇒ ::Time
Returns the value of attribute resolved_time.
388 389 390 |
# File 'sig/types.rbs', line 388 def resolved_time @resolved_time end |
#status ⇒ "OPEN", "RESOLVED"
Returns the value of attribute status.
389 390 391 |
# File 'sig/types.rbs', line 389 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
390 391 392 |
# File 'sig/types.rbs', line 390 def title @title end |