Class: Aws::SSMContacts::Types::Engagement
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Engagement
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Incident Manager reaching out to a contact or escalation plan to engage contact during an incident.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the escalation plan or contact that Incident Manager is engaging.
-
#engagement_arn ⇒ String
The Amazon Resource Name (ARN) of the engagement.
-
#incident_id ⇒ String
The ARN of the incident that’s engaging the contact.
-
#sender ⇒ String
The user that started the engagement.
-
#start_time ⇒ Time
The time that the engagement began.
-
#stop_time ⇒ Time
The time that the engagement ended.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the escalation plan or contact that Incident Manager is engaging.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#engagement_arn ⇒ String
The Amazon Resource Name (ARN) of the engagement.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#incident_id ⇒ String
The ARN of the incident that’s engaging the contact.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#sender ⇒ String
The user that started the engagement.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the engagement began.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The time that the engagement ended.
864 865 866 867 868 869 870 871 872 873 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 864 class Engagement < Struct.new( :engagement_arn, :contact_arn, :sender, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |