Class: Aws::SSMIncidents::Types::TriggerDetails

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

Overview

Details about what caused the incident to be created in Incident Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#raw_dataString

Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2317

class TriggerDetails < Struct.new(
  :raw_data,
  :source,
  :timestamp,
  :trigger_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

Identifies the service that sourced the event. All events sourced from within Amazon Web Services begin with "aws." Customer-generated events can have any value here, as long as it doesn't begin with "aws." We recommend the use of Java package-name style reverse domain-name strings.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2317

class TriggerDetails < Struct.new(
  :raw_data,
  :source,
  :timestamp,
  :trigger_arn)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp for when the incident was detected.

Returns:

  • (Time)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2317

class TriggerDetails < Struct.new(
  :raw_data,
  :source,
  :timestamp,
  :trigger_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_arnString

The Amazon Resource Name (ARN) of the source that detected the incident.

Returns:

  • (String)


2317
2318
2319
2320
2321
2322
2323
2324
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2317

class TriggerDetails < Struct.new(
  :raw_data,
  :source,
  :timestamp,
  :trigger_arn)
  SENSITIVE = []
  include Aws::Structure
end