Class: Aws::SSMIncidents::Types::GetIncidentRecordInput

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

#arnString

The Amazon Resource Name (ARN) of the incident record.

Returns:

  • (String)


849
850
851
852
853
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 849

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