Class: Aws::SSMContacts::Types::DescribeEngagementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DescribeEngagementResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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`.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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`.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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`.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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`.
735 736 737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 735 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 |