Class: Aws::SSMIncidents::Types::TriggerDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::TriggerDetails
- 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
-
#raw_data ⇒ String
Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.
-
#source ⇒ String
Identifies the service that sourced the event.
-
#timestamp ⇒ Time
The timestamp for when the incident was detected.
-
#trigger_arn ⇒ String
The Amazon Resource Name (ARN) of the source that detected the incident.
Instance Attribute Details
#raw_data ⇒ String
Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.
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 |
#source ⇒ String
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.
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 |
#timestamp ⇒ Time
The timestamp for when the incident was detected.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the source that detected the incident.
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 |