Class: Aws::SSMContacts::Types::Target
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Target
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
The contact or contact channel that’s being engaged.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_target_info ⇒ Types::ChannelTargetInfo
Information about the contact channel Incident Manager is engaging.
-
#contact_target_info ⇒ Types::ContactTargetInfo
Information about the contact that Incident Manager is engaging.
Instance Attribute Details
#channel_target_info ⇒ Types::ChannelTargetInfo
Information about the contact channel Incident Manager is engaging.
2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2310 class Target < Struct.new( :channel_target_info, :contact_target_info) SENSITIVE = [] include Aws::Structure end |
#contact_target_info ⇒ Types::ContactTargetInfo
Information about the contact that Incident Manager is engaging.
2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2310 class Target < Struct.new( :channel_target_info, :contact_target_info) SENSITIVE = [] include Aws::Structure end |