class Aws::SSMContacts::Types::Target

The contact or contact channel that's being engaged.

@note When making an API call, you may pass Target

data as a hash:

    {
      channel_target_info: {
        contact_channel_id: "SsmContactsArn", # required
        retry_interval_in_minutes: 1,
      },
      contact_target_info: {
        contact_id: "SsmContactsArn",
        is_essential: false, # required
      },
    }

@!attribute [rw] channel_target_info

Information about the contact channel Incident Manager is engaging.
@return [Types::ChannelTargetInfo]

@!attribute [rw] contact_target_info

Information about the contact that Incident Manager is engaging.
@return [Types::ContactTargetInfo]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/Target AWS API Documentation

Constants

SENSITIVE