Class: Aws::SSMContacts::Types::DescribeEngagementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DescribeEngagementResult
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the escalation plan or contacts involved in the engagement.
-
#content ⇒ String
The secure content of the message that was sent to the contact.
-
#engagement_arn ⇒ String
The ARN of the engagement.
-
#incident_id ⇒ String
The ARN of the incident in which the engagement occurred.
-
#public_content ⇒ String
The insecure content of the message that was sent to the contact.
-
#public_subject ⇒ String
The insecure subject of the message that was sent to the contact.
-
#sender ⇒ String
The user that started the engagement.
-
#start_time ⇒ Time
The time that the engagement started.
-
#stop_time ⇒ Time
The time that the engagement ended.
-
#subject ⇒ String
The secure subject of the message that was sent to the contact.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the escalation plan or contacts involved in the engagement.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The secure content of the message that was sent to the contact. Use
this field for engagements to VOICE and EMAIL.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#engagement_arn ⇒ String
The ARN of the engagement.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#incident_id ⇒ String
The ARN of the incident in which the engagement occurred.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#public_content ⇒ String
The insecure content of the message that was sent to the contact.
Use this field for engagements to SMS.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#public_subject ⇒ String
The insecure subject of the message that was sent to the contact.
Use this field for engagements to SMS.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#sender ⇒ String
The user that started the engagement.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time that the engagement started.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
The time that the engagement ended.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The secure subject of the message that was sent to the contact. Use
this field for engagements to VOICE and EMAIL.
750 751 752 753 754 755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 750 class DescribeEngagementResult < Struct.new( :contact_arn, :engagement_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |