Class: Aws::SSMContacts::Types::ContactTargetInfo

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

Overview

The contact that Incident Manager is engaging during an incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The Amazon Resource Name (ARN) of the contact.

Returns:

  • (String)


265
266
267
268
269
270
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 265

class ContactTargetInfo < Struct.new(
  :contact_id,
  :is_essential)
  SENSITIVE = []
  include Aws::Structure
end

#is_essentialBoolean

A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

Returns:

  • (Boolean)


265
266
267
268
269
270
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 265

class ContactTargetInfo < Struct.new(
  :contact_id,
  :is_essential)
  SENSITIVE = []
  include Aws::Structure
end