Class: Aws::Types::ChannelTargetInfo
- Inherits:
-
Object
- Object
- Aws::Types::ChannelTargetInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
-
#retry_interval_in_minutes ⇒ ::Integer
Returns the value of attribute retry_interval_in_minutes.
Instance Attribute Details
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def contact_channel_id @contact_channel_id end |
#retry_interval_in_minutes ⇒ ::Integer
Returns the value of attribute retry_interval_in_minutes.
40 41 42 |
# File 'sig/types.rbs', line 40 def retry_interval_in_minutes @retry_interval_in_minutes end |