Class: Aws::Types::ChannelFlowCallbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::ChannelFlowCallbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_message ⇒ Types::ChannelMessageCallback
Returns the value of attribute channel_message.
-
#delete_resource ⇒ Boolean
Returns the value of attribute delete_resource.
Instance Attribute Details
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def callback_id @callback_id end |
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
111 112 113 |
# File 'sig/types.rbs', line 111 def channel_arn @channel_arn end |
#channel_message ⇒ Types::ChannelMessageCallback
Returns the value of attribute channel_message.
113 114 115 |
# File 'sig/types.rbs', line 113 def @channel_message end |
#delete_resource ⇒ Boolean
Returns the value of attribute delete_resource.
112 113 114 |
# File 'sig/types.rbs', line 112 def delete_resource @delete_resource end |