Class: Aws::SSMIncidents::Types::DeleteIncidentRecordInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteIncidentRecordInput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Note:
When making an API call, you may pass DeleteIncidentRecordInput data as a hash:
{
arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the incident record you are deleting.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the incident record you are deleting.
465 466 467 468 469 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 465 class DeleteIncidentRecordInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |