Class: Aws::SSMContacts::Types::ContactTargetInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ContactTargetInfo
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact.
-
#is_essential ⇒ Boolean
A Boolean value determining if the contact’s acknowledgement stops the progress of stages in the plan.
Instance Attribute Details
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact.
265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 265 class ContactTargetInfo < Struct.new( :contact_id, :is_essential) SENSITIVE = [] include Aws::Structure end |
#is_essential ⇒ Boolean
A Boolean value determining if the contact’s acknowledgement stops the progress of stages in the plan.
265 266 267 268 269 270 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 265 class ContactTargetInfo < Struct.new( :contact_id, :is_essential) SENSITIVE = [] include Aws::Structure end |