Class: Aws::SSMContacts::Types::DescribeEngagementResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the escalation plan or contacts involved in the engagement.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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

#contentString

The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The ARN of the engagement.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_idString

The ARN of the incident in which the engagement occurred.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_contentString

The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_subjectString

The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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

#senderString

The user that started the engagement.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that the engagement started.

Returns:

  • (Time)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that the engagement ended.

Returns:

  • (Time)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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

#subjectString

The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.

Returns:

  • (String)


735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'gems/aws-sdk-ssmcontacts/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