Class: Aws::SSMContacts::Types::ChannelTargetInfo

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

Overview

Information about the contact channel that Incident Manager uses to engage the contact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_channel_idString

The Amazon Resource Name (ARN) of the contact channel.

Returns:

  • (String)


114
115
116
117
118
119
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 114

class ChannelTargetInfo < Struct.new(
  :contact_channel_id,
  :retry_interval_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#retry_interval_in_minutesInteger

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

Returns:

  • (Integer)


114
115
116
117
118
119
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 114

class ChannelTargetInfo < Struct.new(
  :contact_channel_id,
  :retry_interval_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end