Class: Aws::SSMContacts::Types::Engagement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/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

Instance Attribute Details

#contact_arnString

The ARN of the escalation plan or contact that Incident Manager is engaging.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The Amazon Resource Name (ARN) of the engagement.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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_idString

The ARN of the incident that's engaging the contact.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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

#senderString

The user that started the engagement.

Returns:

  • (String)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that the engagement began.

Returns:

  • (Time)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that the engagement ended.

Returns:

  • (Time)


864
865
866
867
868
869
870
871
872
873
# File 'gems/aws-sdk-ssmcontacts/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