Class: Aws::Types::Target
- Inherits:
-
Object
- Object
- Aws::Types::Target
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_target_info ⇒ Types::ChannelTargetInfo
Returns the value of attribute channel_target_info.
-
#contact_target_info ⇒ Types::ContactTargetInfo
Returns the value of attribute contact_target_info.
Instance Attribute Details
#channel_target_info ⇒ Types::ChannelTargetInfo
Returns the value of attribute channel_target_info.
666 667 668 |
# File 'sig/types.rbs', line 666 def channel_target_info @channel_target_info end |
#contact_target_info ⇒ Types::ContactTargetInfo
Returns the value of attribute contact_target_info.
667 668 669 |
# File 'sig/types.rbs', line 667 def contact_target_info @contact_target_info end |